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.
我的mysql依赖版本是8.x
因此应该是使用:com.mysql.cj.jdbc.Driver
mysql 5.x的版本对应的是这个: com.mysql.jdbc.Driver