美文网首页
Maven 链接官网中央速度太慢(换成阿里云的maven中央仓库

Maven 链接官网中央速度太慢(换成阿里云的maven中央仓库

作者: ArsonQ | 来源:发表于2017-02-18 12:51 被阅读0次

    1、打开maven配置文件(maven安装目录下的conf目录下的settings.xml文件)
    2、搜索mirrors关键字,加入mirror镜像节点

    <mirror>  
           <id>nexus-aliyun</id>  
           <mirrorOf>*</mirrorOf>  
           <name>Nexus aliyun</name>  
           <url>http://maven.aliyun.com/nexus/content/groups/public</url>  
       </mirror>
    

    相关文章

      网友评论

          本文标题:Maven 链接官网中央速度太慢(换成阿里云的maven中央仓库

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