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就可以了, 如下图所示
来源:CSDN
作者:littlehaes
链接:https://blog.csdn.net/littlehaes/article/details/104088169