將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