轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“

在项目开发中,遇到了Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.1.8.RELEASE 的报错问题,搜了很多博客也未找到方案,

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第1张图片

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第2张图片

但是在阿里云的maven仓库,已经有相关jar包

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第3张图片

于是,我百撕不得骑姐,

最后在大神的帮助下解决问题

第一步:


    aliyunmaven
    *
    阿里云公共仓库
    https://maven.aliyun.com/repository/public

配置阿里云中央仓库,注意是https

第二步

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第4张图片

导入的虚拟机选项 插入以下代码,忽略SSL证书验证 

-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

最后,你发现依然无解。。。。。。

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第5张图片

项目依然报错,好像又重新回到了原点,我我我百撕不得骑姐

轻松解决IDEA2020“Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:xx“_第6张图片

大神一句话,如醍醐灌顶,删除了本地包后,成功!

你可能感兴趣的:(架构,java,后端,pom,idea)