idea Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.c
idea Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver cla
·
自己搭建Springboot 项目时报出了这样的错:
idea 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.
很明显这个错误是和数据库连接驱动有关,但是这个 com.mysql.jdbc.Driver 驱动配置是之前一直用的,而这次我用的是 MySQL 8 版本的,特地查了一下,原来MySQL高版本的驱动发生了改变,需要使用 com.mysql.cj.jdbc.Driver ,将驱动配置换成新的后问题就消失了;
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐
所有评论(0)