使用工具:IDEA
pom.xml文件中的依赖没有自动下载
- IDEA界面右侧的Maven界面有一个Download sources and/or Documentation点击该按钮对缺失的依赖进行下载,或者在下面的Dependencies右键对应的缺失选项,进行细致的下载选择;
- 当Maven的中央仓库不存在对应的版本时,反馈错误如下:
Failure to find mysql:mysql-connector-java:jar:5.5.15 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
- 可以看到Maven的中央仓库并不存在5.5、5.6、5.7等系列的版本,并且在搜索了许多文章后,最够通过查找文章发现,官方文档上面写了,JDBC8.0驱动可以兼容5.5、5.6、5.7的MySQL;
https://blog.csdn.net/dj673344908/article/details