IDEA19.3.3版本 Maven依賴沒法下載解決方法

將maven的配置文件setting.xml中鏡像修改爲阿里雲鏡像maven

<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>central</mirrorOf>
    <name>Nexus aliyun</name>
    <url>https://maven.aliyun.com/repository/public</url>
</mirror>

因爲使用了HTTPS,存在着SSL證書驗證的問題,再在IDEA中添加一行配置:阿里雲

就能夠解決問題~url

參考:
https://blog.csdn.net/redhat0921/article/details/104969687/.net

相關文章
相關標籤/搜索