问题

Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.3.RELEASE from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/): maven.aliyun.com

查找阿里云仓库https://maven.aliyun.com/mvn/search发现没有2.2.3版本的,只找到2.2.2以及2.2.2以下版本的spring-boot-starter-parent

SpringBoot导包之spring-start-boot-parent

解决方法

把pom文件中的版本改成2.2.2.RELEASE,然后从新更新pom文件就ok了
SpringBoot导包之spring-start-boot-parent

[^1]希望对你有帮助!

相关文章: