将maven的中央仓库地址改为阿里云的仓库地址

<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
其中id可以自己命名,这里使用的是nexus-aliyun
posted @ 2018-04-23 23:03  老姜LJ  阅读(371)  评论(0编辑  收藏  举报