JDBC CLASSPATH Not Working

前端 未结 5 1560
遇见更好的自我
遇见更好的自我 2021-01-20 03:51

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

5条回答
  •  太阳男子
    2021-01-20 04:11

    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
    
    

提交回复
热议问题