内容简介: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 发布,安全更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective C# 中文版
Bill Wagner / 李建忠 / 人民邮电出版社 / 2007-5 / 49.00元
本书围绕一些关于C#和.NET的重要主题,包括C#语言元素、.NET资源管理、使用C#表达设计、创建二进制组件和使用框架等,讲述了最常见的50个问题的解决方案,为程序员提供了改善C#和.NET程序的方法。本书通过将每个条款构建在之前的条款之上,并合理地利用之前的条款,来让读者最大限度地学习书中的内容,为其在不同情况下使用最佳构造提供指导。 本书适合各层次的C#程序员阅读,同时可以推荐给高校教......一起来看看 《Effective C# 中文版》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
图片转BASE64编码
在线图片转Base64编码工具