1.下载好maven之后 点击conf进入
2.打开settings.xml文件
3.找到镜像配置区
4.添加阿里云镜像保存即可
镜像:
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288415.html