内容简介:Spring Cloud Greenwich Release Train 的Service Release 4(SR4)现已发布。 该版本可以在MaveCentral中找到。您可以查看Greenwich 发行说明以获取更多信息。 Spring Cloud Greenwich.SR4底层依赖升级至Spring ...
Spring Cloud Greenwich Release Train 的Service Release 4(SR4)现已发布。
该版本可以在MaveCentral中找到。您可以查看Greenwich 发行说明以获取更多信息。
Spring Cloud Greenwich.SR4底层依赖升级至Spring Boot 2.1.10.RELEASE
-
Spring Cloud Gateway
添加了对Spring Cloud LoadBalancer的支持 -
Spring Cloud Commons
@EnableDiscoveryClient不再需要。只需要DiscoveryClient 依赖,Spring Boot应用程序向服务发现服务器注册。
- Spring Cloud Openfeign
升级到OpenFeign 10.4.0
支持 Google HTTP Client
支持 JDK Proxy (重要)
- 其他模块 bug fix
Spring Cloud Kubernetes
Spring Cloud Contract
Spring Cloud Vault
Spring Cloud Sleuth
Spring Cloud Config
pom
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Greenwich.SR4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
更新说明:
https://spring.io/blog/2019/11/19/spring-cloud-greenwich-sr4-released
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Nine Algorithms That Changed the Future
John MacCormick / Princeton University Press / 2011-12-27 / GBP 19.95
Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web.......一起来看看 《Nine Algorithms That Changed the Future》 这本书的介绍吧!