美文网首页
aliyun阿里云Maven仓库地址

aliyun阿里云Maven仓库地址

作者: 扣篮的左手 | 来源:发表于2021-09-24 10:09 被阅读0次

    使用IDEA自带的原版Maven下载Spring源码报错。更换Maven仓库镜像后解决。

    java.lang.RuntimeException: Cannot reconnect. 
    Connection refused: connect
    

    阿里云的Maven仓库镜像:

    <mirror>
      <id>alimaven</id>
      <mirrorOf>central</mirrorOf>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </mirror>
    

    IDEA2021版本自带的Maven是没有setting.xml文件的,下载一个相同版本的Maven,使用其setting.xml。在<mirrors>节点下增加阿里云的Maven仓库镜像。

    相关文章

      网友评论

          本文标题:aliyun阿里云Maven仓库地址

          本文链接:https://www.haomeiwen.com/subject/gaaagltx.html