0
点赞
收藏
分享

微信扫一扫

Java进阶:The driver is automatically registered via the SPI and manual loading of the driver class is

船长_Kevin 2022-02-11 阅读 46


问题

Java进阶:The driver is automatically registered via the SPI and manual loading of the driver class is_mysql

原因:

升级后的mysql驱动类,Driver位置由com.mysql.jdbc.Driver 变为com.mysql.cj.jdbc.Driver

解决方式:

将数据配置文件里driver-class-name: com.mysql.jdbc.Driver修改为如下driver-class-name: com.mysql.cj.jdbc.Driver

Java进阶:The driver is automatically registered via the SPI and manual loading of the driver class is_mysql_02



举报

相关推荐

0 条评论