admin管理员组文章数量:1420120
how can i connect my maven to mysql dependency for version 8.0.39 which is not present in the maven repository
I saw in the maven repository the version is only upto the 8.0.33 for mysql connector version is 8.0.39 so how can i connect mysql to the maven
how can i connect my maven to mysql dependency for version 8.0.39 which is not present in the maven repository
I saw in the maven repository the version is only upto the 8.0.33 for mysql connector version is 8.0.39 so how can i connect mysql to the maven
Share Improve this question edited Jan 29 at 14:29 Shadow 34.3k10 gold badges65 silver badges75 bronze badges asked Jan 29 at 13:53 Anand HiremaniAnand Hiremani 1 1- Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Jan 30 at 6:57
1 Answer
Reset to default 0Use
<!-- https://mvnrepository/artifact/com.mysql/mysql-connector-j -->
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.2.0</version>
</dependency>
本文标签: repositoryMaven mysql dependency connectorStack Overflow
版权声明:本文标题:repository - Maven mysql dependency connector - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745293573a2651943.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论