阿里云Maven镜像配置

阿里云镜像配置

<!-- 阿里云仓库 -->
 <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-04-25 20:45  Li、Sir  阅读(336)  评论(0)    收藏  举报