问题idea创建maven项目过慢
使用阿里云镜像
在maven的conf\settings.xml
中新加一个阿里云的镜像地址:
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
注意,是在settings.xml文件中<mirrors></mirrors>
结点中添加。
问题
标签:xml,central,settings,spring,maven,aliyun From: https://www.cnblogs.com/xiaofeng0403/p/17390568.html