From 5654c0df00af7eca9cf9fc0f62b34eebe32ae566 Mon Sep 17 00:00:00 2001
From: fly <1490493387@qq.com>
Date: Sat, 15 Feb 2020 22:52:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F=E6=9C=8D?=
=?UTF-8?q?=E5=8A=A1api=E6=95=B4=E5=90=88feign?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 47 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 36 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9ca5eff0c..72325e4ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,19 +3,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
com.fly.cloud
fly-cloud
- 1.0-SNAPSHOT
+ 1.0.0-SNAPSHOT
- fly-cloud-eureka
- fly-cloud-config
- fly-cloud-provider-admin
- fly-cloud-test
fly-common
- fly-framework
- fly-cloud-service-seckill
- fly-cloud-consumer-admin
+ fly-gateway
+ fly-monitor
+ fly-center
+ fly-auth
+ fly-service
+ fly-service-api
pom
fly-cloud
@@ -23,20 +21,25 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.3.RELEASE
+ 2.1.12.RELEASE
+ 1.0.0-SNAPSHOT
UTF-8
UTF-8
1.8
- Hoxton.SR1
+ Greenwich.SR5
1.18.10
5.0.6
3.0.7.1
1.1.14
1.2.24
8.0.18
+ 1.0.0
+ 1.0.0
+ 2.12.3
+ 2.1.6
@@ -107,6 +110,28 @@
pom
import
+
+
+ io.zipkin.java
+ zipkin-server
+ ${zipkin.version}
+
+
+ io.zipkin.java
+ zipkin-autoconfigure-ui
+ ${zipkin.version}
+
+
+
+ de.codecentric
+ spring-boot-admin-starter-server
+ ${spring-boot-admin.version}
+
+
+ de.codecentric
+ spring-boot-admin-starter-client
+ ${spring-boot-admin.version}
+
\ No newline at end of file