Spring Cloud Greenwich.SR4 发布

栏目: 软件资讯 · 发布时间: 4年前

内容简介: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 


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

深入理解计算机系统(原书第3版)

深入理解计算机系统(原书第3版)

Randal E.Bryant、David O'Hallaron / 龚奕利、贺莲 / 机械工业出版社 / 2016-11 / 139.00元

和第2版相比,本版内容上*大的变化是,从以IA32和x86-64为基础转变为完全以x86-64为基础。主要更新如下: 基于x86-64,大量地重写代码,首次介绍对处理浮点数据的程序的机器级支持。 处理器体系结构修改为支持64位字和操作的设计。 引入更多的功能单元和更复杂的控制逻辑,使基于程序数据流表示的程序性能模型预测更加可靠。 扩充关于用GOT和PLT创建与位置无关代码的......一起来看看 《深入理解计算机系统(原书第3版)》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具