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 +