阿里云Maven仓库

<mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </mirror> 

测试后可以使用

原文地址:https://www.cnblogs.com/kuillldan/p/7063356.html