From 811c7623a432aa350606e2c4d44c71cd22c24e38 Mon Sep 17 00:00:00 2001 From: iProbe Date: Thu, 14 Sep 2023 17:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'linux=E5=9F=BA=E7=A1=80/m?= =?UTF-8?q?aven=E9=85=8D=E7=BD=AE=E9=98=BF=E9=87=8C=E4=BA=91=E4=BB=93?= =?UTF-8?q?=E5=BA=93.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux基础/maven配置阿里云仓库.md | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 linux基础/maven配置阿里云仓库.md diff --git a/linux基础/maven配置阿里云仓库.md b/linux基础/maven配置阿里云仓库.md new file mode 100644 index 0000000..f3c0ccc --- /dev/null +++ b/linux基础/maven配置阿里云仓库.md @@ -0,0 +1,64 @@ +maven访问外网可能超时,需要配置aliyun的仓库 +```xml + + + + + aliyunmaven + central + 阿里云公共仓库 + https://maven.aliyun.com/repository/public + + + + + + + spring + https://maven.aliyun.com/repository/spring + + true + + + true + + + + google + https://maven.aliyun.com/repository/google + + true + + + true + + + + spring-plugin + https://maven.aliyun.com/repository/spring-plugin + + true + + + true + + + + apache + https://maven.aliyun.com/repository/apache-snapshots + + true + + + true + + + + + + + +``` \ No newline at end of file