晴颜
2018-08-14 01:21
com.alibaba.druid.pool.DruidDataSource : create connection error, url: jdbc:mysql://127.0.0.1:3306/dbgirl?characterEncoding=utf8&useSSL=true, errorCode 1045, state 28000
配置文件
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dbgirl?characterEncoding=utf8&useSSL=true
spring.datasource.data-username=root
pring.datasource.data-password=root
spring.datasource.druid.initial-size=1
spring.datasource.druid.min-idle=1
spring.datasource.druid.max-active=20
spring.datasource.druid.test-on-borrow=true
spring.datasource.druid.stat-view-servlet.allow=true
有对应的数据库和启动mysql服务吗?
spring.datasource.data-username=root
pring.datasource.data-password=root
配置不对,应该是
spring.datasource.username=root
pring.datasource.password=root
小细节,折腾好久
SpringBoot开发常用技术整合
102171 学习 · 508 问题
相似问题