内容简介:Spring Cloud Netflix 2.0.0 已发布,更新内容包括: Starters deprecated in Edgware have been removed spring-cloud-netflix-hystrix-amqp has been removed ZuulFallbackProvider has been removed and re...
Spring Cloud Netflix 2.0.0 已发布,更新内容包括:
Starters deprecated in Edgware have been removed
spring-cloud-netflix-hystrix-amqphas been removedZuulFallbackProviderhas been removed and replaced withFallbackProvider#2262/hystrix.streamnow uses WebFlux #2629Turbine now has a
/clustersendpoint that can be used to discover configured clusters #2223Spring Cloud OpenFeign has been moved to its own project
Zuul metrics now use Micrometer
Turbine Stream support was rewritten to use Spring Webflux.
该项目通过自动配置和绑定到 Spring 环境以及其他 Spring 编程模型惯用语法为 Spring Boot 应用程序提供了 Netflix OSS 集成。
下载地址:
Maven 地址:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</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-starter-eureka</artifactId> </dependency> </dependencies>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法概论
Sanjoy Dasgupta、Christos Papadimitriou、Umesh Vazirani / 钱枫 注、邹恒明 注 / 机械工业出版社 / 2009-1 / 55.00元
《算法概论(注释版)》源自加州大学伯克利分校和加州大学圣迭戈分校本科生的算法课讲义,以独特的视角展现了算法设计的精巧技术及魅力。在表达每一种技术时,强调每个算法背后的简洁数学思想,分析其时间和空间效率,运用与其他技术类比的方法来说明特征,并提供了大量实例。《算法概论(注释版)》以人类最古老的算法(算术运算)为起点,将各种算法中优美而有代表性的内容囊括书中,并以最前沿的理论(量子算法)结束,构成了较......一起来看看 《算法概论》 这本书的介绍吧!