参考:https://blog.csdn.net/web15085599741/article/details/126459039
<repositories>
<repository>
<id>nexus-aliyun</id>
<name>nexus-aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
标签:依赖,false,nexus,Maven,aliyun,下载
From: https://www.cnblogs.com/feel-myself/p/17160508.html