Loading class `com.mysql.jdbc.Driver'. Warning prompt handling

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.

Open configuration file

Enter this driverClassName=com.mysql.cj.jdbc.Driver and the warning goes away

 

Guess you like

Origin blog.csdn.net/Da_Bao_zi/article/details/123102686