栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class...解决方案

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class...解决方案

小白学习MyBatis遇到的报错,都是小问题,记录一下供参考。

控制台报错如下:
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: 
### Error querying database.  Cause: java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
### The error may exist in comlyhentityUsersMapper.xml
### The error may involve test.findUserByName
### The error occurred while executing a query
### Cause: java.sql.SQLException: The server time zone value '�й���׼ʱ��' 
错误代码:

                
                
                
                
 

这里面我的connector.jar包版本是8.0.16

两个可以找出的明显错误分别是:

1.com.mysql.jdbc.Driver驱动弃用了,应是jar包版本比较高。

2.时区异常

解决方案:

1.按照提示更换新驱动

2.在数据库名后面添加时区设置

改正后代码:

  
  
  
  
改正后运行结果:

 成功运行。

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/881250.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号