Wyh ?
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.
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
com.mysql.cj.jdbc.Driver instead of com.mysql.jdbc.Driver