spring-boot连接数据库时init datasource error, url: jdbc:mysql://xx.xxx.xxx.xxx:3306/demo?的报错
因为电脑上的mysql坏掉 所以连接的mysql换为了在服务器上的,自己最开始写的代码是这样的
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://xxxx.xxx.xxx.xxxx:3306/xxxx?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: 用户名
password: 密码
initial-size: 8
max-active: 16
min-idle: 8
max-wait: 60000
test-while-idle: true
test-on-borrow: false
spring-boot连接数据库时init datasource error, url: jdbc:mysql://xx.xxx.xxx.xxx:3306/demo?的报错最先出现在Python成神之路。
共有 0 条评论