博主首页

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'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

 

版本升级以后驱动更新了

 

配置改为 

    driver-class-name: com.mysql.cj.jdbc.Driver

 

posted @ 2020-10-16 16:49  笑~笑  阅读(74)  评论(0)    收藏  举报