内容简介:Spring Cloud Zookeeper 2.0.0 已发布,主要将使用的 Curator 版本更新至了 4.0.1 。 该版本还包含以下 3 个 issue: DiscoveryClient bean not found in DiscoveryClientConfigServiceBootstrapConfiguration...
Spring Cloud Zookeeper 2.0.0 已发布,主要将使用的 Curator 版本更新至了 4.0.1 。
该版本还包含以下 3 个 issue:
DiscoveryClient bean not found in DiscoveryClientConfigServiceBootstrapConfiguration
Documentation: note in case you're working with Zookeeper 3.4.x
ZooKeeper 是一个集中式服务,用于维护配置信息、命名,提供分布式同步和提供组服务。Spring Cloud Zookeeper 包含以下功能:
Spring Cloud
DiscoveryClient
实现支持 Ribbon 和 Zuul
Zookeeper based
PropertySource
loaded during the 'bootstrap' phase.
下载地址:
Maven 地址:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper-dependencies</artifactId> <version>2.0.0.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper-discovery</artifactId> </dependency> </dependencies>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Spring Cloud Zookeeper 2.0.0 发布,更新 Curator》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- CCleaner v5.74.8184 发布:重要更新版本、可自动更新
- NPM包(模块)发布、更新、撤销发布
- QuickJS 发布 2020-03-16 更新
- PostgreSQL 同时发布多个版本更新
- Debian 9.6 发布,安全更新
- Debian 9.6 发布,安全更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。