内容简介:Spring Cloud Sleuth 2.0.0 已发布,更新内容包括: Added support for HTTPS instances and ACLs. @Scheduled is no longer used for Consul watches. Spring Cloud Consul 是把 Consul 的所有特性都集成到 ...
Spring Cloud Sleuth 2.0.0 已发布,更新内容包括:
Added support for HTTPS instances and ACLs.
@Scheduled
is no longer used for Consul watches.
Spring Cloud Consul 是把 Consul 的所有特性都集成到 Spring Cloud 系统中。
下载地址:
Maven 地址:
<dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-consul-all</artifactId> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-consul-dependencies</artifactId> <version>2.0.0.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Spring Cloud Consul 2.0.0 发布,支持 HTTPS 实例》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- SQL Server 2016 JSON原生支持实例说明
- 表达式引擎 Aviator 发布 4.0.0,支持 lambda 和多实例等
- CSharpFlink 实时计算引擎,增加一个窗口或表达式计算任务支持多个算子实例
- Neo4j 3.4.5 支持在 Windows 服务器上运行 neo4j 实例
- JVM指令分析实例三(方法调用、类实例)
- 通过实例入门Golang
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!