当前位置:Gxlcms > 数据库问题 > mysql 8.0连接url

mysql 8.0连接url

时间:2021-07-01 10:21:17 帮助过:69人阅读

背景:

部署项目到服务器,springboot启动报错:
No bean named ‘org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry’ available


解决:

mysql8.0版本的使用的数据库连接字符串不一样,而且对时区有要求,引用下面的连接即可

url: jdbc:mysql://localhost:3306/vmm?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true 



mysql 8.0连接url

标签:reg   要求   ssl   vmm   启动   enc   utf8   ram   cte   

人气教程排行