1、报错点
## mysql spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://127.0.01:3307/distributed-lock-test?serverTimezone=UTC spring.datasource.username=root spring.datasource.password=123456
2、spring-boot 下的mysql依赖版本
2.2.6.RELEASE 版本举列子
如果不写mysql版本号,默认是spring-boot-starter里面的版本
标签:jdbc,springboot,spring,配置,boot,datasource,mysql From: https://www.cnblogs.com/linzm14/p/16641372.html