这里使用的是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仓库理解和优先级(转载)
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com