From 674f28f580f1e303fa2d7ba6b2e8dedc9a0e9461 Mon Sep 17 00:00:00 2001
From: liaozan <378024053@qq.com>
Date: Sun, 7 Nov 2021 01:11:53 +0800
Subject: [PATCH] Initial commit
---
pom.xml | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 880b8c5..cfe3184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
+ 1.0.0-SNAPSHOT
1.0.0-SNAPSHOT
@@ -41,6 +42,9 @@
5.2.0
3.7.0
+
+ 1.9.1
+
1.2.7
@@ -58,6 +62,11 @@
mybatis-spring-boot-starter
${schbrain-mybatis.version}
+
+ com.schbrain.framework
+ apollo-spring-boot-starter
+ ${schbrain-apollo.version}
+
com.schbrain.common
schbrain-common
@@ -96,7 +105,7 @@
fastjson
${fastjson.version}
-
+
org.apache.dubbo
dubbo-spring-boot-starter
@@ -127,11 +136,18 @@
+
com.baomidou
mybatis-plus-boot-starter
${mybatis-plus.version}
+
+
+ com.ctrip.framework.apollo
+ apollo-client
+ ${apollo.version}
+
--
GitLab