IDEA报错:Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql
生活随笔
收集整理的這篇文章主要介紹了
IDEA报错:Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
錯誤描述:
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已經被棄用,應當使用新的驅動com.mysql.cj.jdbc.Driver
解決方案:
在配置文件中將com.mysql.jdbc.Driver 改為 com.mysql.cj.jdbc.Driver即可
總結
以上是生活随笔為你收集整理的IDEA报错:Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【SpringBoot零基础案例05】【
- 下一篇: 【图文详解】Mysql8.0安装教程