解决Could not transfer artifact org.springframework.boot的问题

进行maven更新的时候,发现报错了

Could not transfer artifact org.springframework.boot,提示网络错误,搜了一下,应该是要忽略https

在maven设置中添加如下语句

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

解决Could not transfer artifact org.springframework.boot的问题_第1张图片

然后在进行maven的更新,就可以正常的下载了,就是速度确实非常的慢

解决Could not transfer artifact org.springframework.boot的问题_第2张图片

你可能感兴趣的:(问题解决技巧,java,spring,boot,spring)