error_1 springboot `com.mysql.jdbc.Driver'问题

Posted naodaiyoudianda

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error_1 springboot `com.mysql.jdbc.Driver'问题相关的知识,希望对你有一定的参考价值。

`com.mysql.jdbc.Driver‘问题

spring.datasource.driver-class-name=com.mysql.jdbc.Driver

改为

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

以上是关于error_1 springboot `com.mysql.jdbc.Driver'问题的主要内容,如果未能解决你的问题,请参考以下文章

springboot启动项目报错:ERROR:o.s.b.d.LoggingFailureAnalysisReporter解决办法

springboot FreeMarker template error

SpringBoot启动项目时提示:Error:java: 读取***.jar时出错;

SPRINGBOOT_项目下的application.properties中的logging.level设置日志级别

SpringBoot2-10web-Error异常处理

SPRINGBOOT_项目下的application.properties中的logging.level设置日志级别