0%

设置maven源

打开setting.xml,在其中添加以下配置:

1
2
3
4
5
6
<mirror>
<id>maven.aliyun.com</id>
<mirrorOf>central</mirrorOf>
<name>maven.aliyun.com</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central</url>
</mirror>