Tag: mysql jdbc driver deprecated

The new driver class is com.mysql.cj.jdbc.Driver deprecated

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.   com.mysql.jdbc.Driver, the MySQL driver deprecated, you can use new MySQL driver i.e com.mysql.cj.jdbc.Driver   com.mysql.cj.jdbc.Driver is the new drive class you can use old […]