Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.4.RELEASE
分类:
文章
•
2022-11-29 11:33:12
问题描述: 使用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就可以了, 如下图所示
