时间: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