解决报错提示:Loading class `com.mysql.jdbc.Driver‘.The new driver class is ‘com.mysql.cj.jdbc.Driver‘.(代码片
Posted 小志的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决报错提示:Loading class `com.mysql.jdbc.Driver‘.The new driver class is ‘com.mysql.cj.jdbc.Driver‘.(代码片相关的知识,希望对你有一定的参考价值。
一、报错描述
1、springboot项目配置mysql驱动com.mysql.jdbc.Driver报错,如下图:
二、报错原因
- 提示信息表明数据库驱动com.mysql.jdbc.Driver’已经被弃用了、应当使用新的驱动com.mysql.cj.jdbc.Driver’
三、解决方式
-
把com.mysql.jdbc.Driver 改为 com.mysql.cj.jdbc.Driver,如下图:
-
修改之后重启项目,报错如下图:
-
根据报错提示没有指定明确的时区,时间报错,在url后追加serverTimezone=UTC,再次重新启动即可解决,配置如下图:
spring: #配置mysql连接 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/security_demo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC username: root password: 123456
以上是关于解决报错提示:Loading class `com.mysql.jdbc.Driver‘.The new driver class is ‘com.mysql.cj.jdbc.Driver‘.(代码片的主要内容,如果未能解决你的问题,请参考以下文章
使用springboot最新版本mysql-Connector连接数据库时提示Loading class `com.mysql.jdbc.Driver'. This is deprecated
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The driver is automatically registere
error while loading shared libraries: libevent-2.1.so.6 的解决办法
解决报错:from err django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you ins
解决tpcc_load 报错 error while loading shared libraries: libmysqlclient.so.20