将maven的配置文件setting.xml中镜像修改成阿里云镜像

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

由于使用了HTTPS,存在着SSL证书验证的问题,再在IDEA中添加一行配置:

IDEA19.3.3版本 Maven依赖无法下载解决方法

就可以解决问题~

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

相关文章:

  • 2019-11-25
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
猜你喜欢
  • 2021-10-24
  • 2021-04-29
  • 2021-04-26
  • 2021-09-24
  • 2021-09-10
  • 2021-11-24
  • 2021-09-13
相关资源
相似解决方案