介绍如何在Spring Cloud中使用Zookeeper作为服务注册中心
出现问题:
1、无法连接到zookeeper,报错:Thrown “KeeperErrorCode = Unimplemented for /services” exception。解决:https://www.cnblogs.com/davidwang456/p/10514637.html
2、无法导入feign依赖,解决:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
博客介绍了在Spring Cloud中使用Zookeeper作为服务注册中心的相关内容,还提及了使用过程中出现的问题及解决办法,如无法连接到zookeeper报错和无法导入feign依赖的解决途径。
1972

被折叠的 条评论
为什么被折叠?



