maven报错
Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.5.2 from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.5.2 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.5.2/spring-boot-starter-parent-2.5.2.pom
Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found
正在回答 回答被采纳积分+1
同学你好,遇到报错我们应该先将信息翻译一下:
无法将 org.springframework.boot:spring-boot-starter-parent:pom:2.5.2 从https://repo.maven.apache.org/maven2传输到本地存储库中,在经过中心的更新间隔或强制更新之前,不会重新尝试解析。
大致原因是org.springframework.boot:spring-boot-starter-parent已经存在了,而且不能被强制更新了。
同学可以根据这个路径去本地仓库中查找对应位置,查看一下是否存在.lastUpdated结尾的文件,如果有,建议同学删除。一旦仓库有这种文件,maven 将不再检查更新。另外如果是新引入的依赖,需要在网络通畅时下载。
比如我的本地maven仓库文件夹的位置如下:
同学可以在自己的本地仓库中找到org.springframework.boot下,是否有spring-boot-starter-parent,删除这个文件夹,重新下载试试。
祝学习愉快~
- 参与学习 人
- 提交作业 9400 份
- 解答问题 16556 个
综合就业常年第一,编程排行常年霸榜,无需脱产即可学习,北上广深月薪过万 无论你是未就业的学生还是想转行的在职人员,不需要基础,只要你有梦想,想高薪
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星