内容简介: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 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
复盘+:把经验转化为能力(第2版)
邱昭良 / 机械工业出版社 / 39.00
随着环境日趋多变、不确定、复杂、模糊,无论是个人还是组织,都需要更快更有效地进行创新应变、提升能力。复盘作为一种从经验中学习的结构化方法,满足了快速学习的需求,也是有效进行知识萃取与共享的机制。在第1版基础上,《复盘+:把经验转化为能力》(第2版)做了六方面修订: ·提炼复盘的关键词,让大家更精准地理解复盘的精髓; ·基于实际操作经验,梳理、明确了复盘的"底层逻辑"; ·明确了复......一起来看看 《复盘+:把经验转化为能力(第2版)》 这本书的介绍吧!