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成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/4456.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>