Maven设置阿里云镜像

  <mirrors>
    <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>
posted @ 2020-02-17 16:28  超级小k  阅读(246)  评论(0编辑  收藏  举报