当前位置:   article > 正文

IDEA下载Maven依赖包报错:Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom_idea could not transfer artifact org.springframewo

idea could not transfer artifact org.springframework.boot:spring-boot-starte

报错笔记:IDEA2021无法下载Maven依赖包

当我们对一个新建的Maven项目或者是从github等其来源得到的Maven项目,进行运行下载并建立pom.xml文件依赖时,经常出现Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.1.RELEASE from/to central 的报错信息。

在这种情况下,该错误一般来源于下载依赖包时的证书验证,解决方法之一就是在File-Settings中的Maven命令后加入参数:
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
如图:
在这里插入图片描述

如此一来,重新对Maven进行clean,compile,install操作即可顺利执行并下载所需依赖包了。

参考文档

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/575053
推荐阅读
相关标签
  

闽ICP备14008679号