Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj.jdb

报错内容:
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 class is generally unnecessary.

提示使用新驱动:com.mysql.cj.jdbc.Driver
换上新驱动后不再打印此条日志


版权声明:本文为Together_zZ原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。