Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEAS错误解决

初学springboot,创建第一个maven工程时报错,无法导入springboot依赖,经检查仓库设置正确。搜索了网上的很多方法,都无效解决,最后找到解决方法,仅此记录。

打开阿里云的仓库服务:
访问 https://maven.aliyun.com/mvn/view. 进入仓库服务
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEAS错误解决
在maven的settings文件中(如下路径)
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEAS错误解决
修改如下配置:更换仓库中新的地址
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEAS错误解决
重新更新导入依赖jar包,问题解决。
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEAS错误解决