From d143d2951cec1864f6f4b0290cf78dba15855906 Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Sat, 7 Oct 2023 17:44:02 +0800
Subject: [PATCH] chore: withdrawal tool
---
pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0213085..ab125d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,38 @@
0.32.0
+
+
+
+
+ org.springframework.cloud
+ spring-cloud-starter-bootstrap
+
+
+
+ com.github.ulisesbocchio
+ jasypt-spring-boot-starter
+ ${jasypt.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+ org.projectlombok
+ lombok
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
@@ -73,6 +105,35 @@
+
+
+ private
+ kangalai nexus
+ http://139.9.72.189:9999/repository/kanglai-release/
+
+
+ public
+ aliyun nexus
+ http://maven.aliyun.com/nexus/content/groups/public/
+
+ true
+
+
+
+
+
+ public
+ aliyun nexus
+ http://maven.aliyun.com/nexus/content/groups/public/
+
+ true
+
+
+ false
+
+
+
+
${project.name}