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 @ 2022-07-26 09:55  张碧晨  阅读(137)  评论(0)    收藏  举报