From e87f7e3535969b5f2cd81f50eb6621a71eaa0b45 Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 14 Nov 2025 15:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20maven-settings.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maven-settings.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 maven-settings.xml diff --git a/maven-settings.xml b/maven-settings.xml new file mode 100644 index 0000000..41cdc20 --- /dev/null +++ b/maven-settings.xml @@ -0,0 +1,48 @@ + + + + + D:/maven/repository + + + + aliyun-maven + central,repo1,public + aliyun-maven + https://maven.aliyun.com/repository/public + + + aliyun-maven-plugins + apache.snapshots,central-plugins + aliyun-maven-plugins + https://maven.aliyun.com/repository/public + + + + + + spring-snapshots + + + spring-snapshots + https://repo.spring.io/snapshot + + true + + + + + + spring-snapshots + https://repo.spring.io/snapshot + + true + + + + + + + \ No newline at end of file