Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.4.RELEASE

*爱你&永不变心* 提交于 2020-01-26 18:45:26

welcome to my blog

问题描述: 使用spring initializr创建maven程序, 在intellij idea中打开时报错: Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.2.4.RELEASE from https://maven.aliyun.com/repository/central

原因: 我把maven的下载源改成了阿里云, 但是可能是因为阿里云还没有同步一些关键组件

解决方法: 在pom.xml中把spring-boot-starter-parent:pom的版本降到2.1.6就可以了, 如下图所示

在这里插入图片描述

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!