国内下载比较快的Maven仓库镜像

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/caiwenfeng_for_23/article/details/69665624

之前的基本都失效了,现在更新为如下 2017-07-04

maven阿里云中央仓库(修改maven根目录下的conf文件夹中的setting.xml文件)

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

猜你喜欢

转载自blog.csdn.net/caiwenfeng_for_23/article/details/69665624
今日推荐