From 9a51c46cbe36cbe455bea58a2828ee35b6d2b043 Mon Sep 17 00:00:00 2001 From: wangbing Date: Thu, 1 Oct 2020 17:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/modules/SpringBoot/pom.ftl | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/pom.ftl b/src/main/resources/modules/SpringBoot/pom.ftl index a5b1b0a8..39acd8ba 100644 --- a/src/main/resources/modules/SpringBoot/pom.ftl +++ b/src/main/resources/modules/SpringBoot/pom.ftl @@ -24,12 +24,18 @@ - + - public - central仓和jcenter仓的聚合仓 + central + central仓 default - https://maven.aliyun.com/nexus/content/groups/public + https://maven.aliyun.com/repository/central + + + jcenter + jcenter仓 + default + https://maven.aliyun.com/repository/public google @@ -49,6 +55,13 @@ default https://maven.aliyun.com/repository/spring-plugin + + apache snapshots + apache仓 + default + https://maven.aliyun.com/repository/apache-snapshots + +