这里使用的是maven安装目录下的setting.xml文件
,如下:
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- 本地存储位置 -->
<localRepository>D:\ProgramData\maven-repository</localRepository>
<!-- mirrors
| 用来下载依赖的远程仓库镜像列表,解决官方仓库受网络因素影响的情况。
|-->
<mirrors>
<!-- maven阿里云国内镜像 -->
<mirror>
<id>aliyunmaven</id>
<mirrorOf>central</mirrorOf>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/central</url>
</mirror>
</mirrors>
</settings>
借助这篇文章理解镜像和仓库: Maven仓库理解和优先级(转载)
最新评论
黑镜4k被和谐,哥
地址已经无效
谢谢,大神的分享
你们都能正常用吗?我怎么不能呀,没有几个能放