The driver is automatically registered via the SPI and manual loading of the driver class....


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.

問題原因: 
    升級后的mysql驅動類,Driver位置由com.mysql.jdbc.Driver 變為com.mysql.cj.jdbc.Driver 
解決方案: 
    將數據配置文件里spring.datasource.driver-class-name=com.mysql.jdbc.Driver修改為如下
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

原文地址:https://blog.csdn.net/qq_23994787/article/details/90400163


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 spring-boot 再添加mysql啟動器的時候報錯, The driver is automatically registered via the SPI and manual loading of the driver class.... jdbc連接"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 driv" 關於 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. Eclipse中使用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 o 解決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...警告問題 解決Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. 解決Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. 解決Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. springboot項目報Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is`...解
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM