MySQL JDBC Driver Deprecation Warning: com.mysql.jdbc.Driver is Deprecated
This message indicates that the class `com.mysql.jdbc.Driver` is deprecated and should not be used anymore. Instead, the new driver class `com.mysql.cj.jdbc.Driver` should be used.
The driver is automatically registered through the Service Provider Interface (SPI), so there is usually no need to manually load the driver class.
原文地址: https://www.cveoy.top/t/topic/pLmC 著作权归作者所有。请勿转载和采集!