Maven配置可使用镜像的阿里云镜像

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>

发布了23 篇原创文章 · 获赞 43 · 访问量 1395

猜你喜欢

转载自blog.csdn.net/qq_41256881/article/details/105219920