need to chenage mysql db drive

mk 7 years ago

com.mysql.cj.jdbc.Driver instead of com.mysql.jdbc.Driver

Armstrong 7 years ago

Wyh ?

mk 7 years ago

com.mysql.jdbc.Driver this 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.

oM 7 years ago

Valid that the pom.xml file is the following:

<artifactId> mysql-connector-java </ artifactId>
            <version> 5.1.47 </ version>

With version 5.1.47 works perfectly