I\'m setting up a simple JDBC connection to my working MySQL database on my server. I\'m using the Connector-J provided by MySQL. According to their documentation, I\'m supp
For MAVENS project solution. You can directly modify the pom.xml file. Add the mysql-connector dependency to the pom.xml project file:
mysql mysql-connector-java 5.1.40