内容简介: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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Go Web 编程
[新加坡]Sau Sheong Chang(郑兆雄) / 黄健宏 / 人民邮电出版社 / 2017-11-22 / 79
《Go Web 编程》原名《Go Web Programming》,原书由新加坡开发者郑兆雄(Sau Sheong Chang)创作、 Manning 出版社出版,人名邮电出版社引进了该书的中文版权,并将其交由黄健宏进行翻译。 《Go Web 编程》一书围绕一个网络论坛 作为例子,教授读者如何使用请求处理器、多路复用器、模板引擎、存储系统等核心组件去构建一个 Go Web 应用,然后在该应用......一起来看看 《Go Web 编程》 这本书的介绍吧!