SpringCloud2.1.5 使用Zookeeper做注册中心,使用ZooInspector工具观测不到注册的临时结点

在zookeeper服务的pom 里添加依赖

 
      org.springframework.cloud
      spring-cloud-starter-zookeeper-discovery
   


   org.springframework.cloud
   spring-cloud-starter-zookeeper-all
   
      
         org.apache.zookeeper
         zookeeper
      
   


   org.apache.zookeeper
   zookeeper
   3.4.10
   
      
         org.slf4j
         slf4j-log4j12
      
   

就观测到注册的服务的临时结点:

SpringCloud2.1.5 使用Zookeeper做注册中心,使用ZooInspector工具观测不到注册的临时结点_第1张图片

参考:https://blog.csdn.net/hu_zhiting/article/details/86747830

你可能感兴趣的:(Springcloud)