From 0569509a7cabfcb551f55dbeda4e0cb09bfd20be Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Mon, 8 Jun 2020 21:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Spring=20Cloud=20Zookeeper?= =?UTF-8?q?=20=E5=85=A5=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pom.xml | 18 +----------------- .../pom.xml | 12 +----------- ...道 Spring Cloud 注册中心 ZooKeeper 入门》.md | 1 + pom.xml | 3 +-- 4 files changed, 4 insertions(+), 30 deletions(-) create mode 100644 labx-25/《芋道 Spring Cloud 注册中心 ZooKeeper 入门》.md diff --git a/labx-25/labx-25-sc-zookeeper-discovery-demo01-consumer/pom.xml b/labx-25/labx-25-sc-zookeeper-discovery-demo01-consumer/pom.xml index a1854f3b..21507d98 100644 --- a/labx-25/labx-25-sc-zookeeper-discovery-demo01-consumer/pom.xml +++ b/labx-25/labx-25-sc-zookeeper-discovery-demo01-consumer/pom.xml @@ -46,26 +46,10 @@ spring-boot-starter-web - - - org.springframework.cloud - spring-cloud-commons - - - - - org.springframework.cloud - spring-cloud-starter-netflix-ribbon - - - - org.apache.curator - curator-x-discovery - org.springframework.cloud - spring-cloud-zookeeper-discovery + spring-cloud-starter-zookeeper-discovery diff --git a/labx-25/labx-25-sc-zookeeper-discovery-demo01-provider/pom.xml b/labx-25/labx-25-sc-zookeeper-discovery-demo01-provider/pom.xml index fdffce80..ba3f79d1 100644 --- a/labx-25/labx-25-sc-zookeeper-discovery-demo01-provider/pom.xml +++ b/labx-25/labx-25-sc-zookeeper-discovery-demo01-provider/pom.xml @@ -46,20 +46,10 @@ spring-boot-starter-web - - - org.springframework.cloud - spring-cloud-commons - - - - org.apache.curator - curator-x-discovery - org.springframework.cloud - spring-cloud-zookeeper-discovery + spring-cloud-starter-zookeeper-discovery diff --git a/labx-25/《芋道 Spring Cloud 注册中心 ZooKeeper 入门》.md b/labx-25/《芋道 Spring Cloud 注册中心 ZooKeeper 入门》.md new file mode 100644 index 00000000..4f618702 --- /dev/null +++ b/labx-25/《芋道 Spring Cloud 注册中心 ZooKeeper 入门》.md @@ -0,0 +1 @@ + diff --git a/pom.xml b/pom.xml index 85baff08..ff0293ff 100644 --- a/pom.xml +++ b/pom.xml @@ -98,8 +98,7 @@ - - labx-25 +