maven使用积累

1、阿里云配置

  <mirror>  
        <id>nexus-aliyun</id>  
        <mirrorOf>central</mirrorOf>    
        <name>Nexus aliyun</name>  
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>  
    </mirror>
#说明:如果不配置阿里云则,默认使用 https://repo.maven.apache.org下载

 

posted @ 2019-05-07 22:44  fanrenren  阅读(89)  评论(0编辑  收藏  举报