Maven配置阿里云镜像

修改conf文件夹中的setting.xml文件,添加如下内容:

<mirror>
           <id>nexus-aliyun</id>
           <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
           <name>Nexus aliyun</name>
           <url>http://maven.aliyun.com/nexus/content/groups/public</url> 
</mirror>
posted @ 2021-01-25 22:15  lll-liu  阅读(50)  评论(0)    收藏  举报