zoukankan      html  css  js  c++  java
  • Spring Cloud Greenwich.SR4 发布了,跟不上了……

    640?wx_fmt=jpeg

    前几天 Spring Cloud Greenwich.SR4 发布了:

    https://spring.io/blog/2019/11/19/spring-cloud-greenwich-sr4-released

    我们来看下都更新了什么。

    在 Maven 仓库中已经可以用了:

    <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>
    

    1、Spring Boot

    Spring Cloud Greenwich.SR4 是基于 Spring Boot 2.1.10.RELEASE 构建的,Spring Boot 版本越来越高了。

    2、Spring Cloud Openfeign

    Spring Cloud Openfeign 的版本升级到了 OpenFeign 10.4.0。

    3、Spring Cloud Vault

    Spring Cloud Vault 的依赖和文档变更和更新。

    4、Spring Cloud Gateway

    Spring Cloud Gateway 增加了对 Spring Cloud LoadBalancer 的支持。

    5、还有其他模块的 bug 修复

    • Spring Cloud Kubernetes
    • Spring Cloud Commons
    • Spring Cloud Openfeign
    • Spring Cloud Contract
    • Spring Cloud Vault
    • Spring Cloud Netflix
    • Spring Cloud Sleuth
    • Spring Cloud Config
    • Spring Cloud Gateway
    升级推荐阅读:
    @ All 码农们:你们升级了吗?有遇到什么样的坑?欢迎留言!
    关注微信公众号:Java技术栈,在公众号后台回复:cloud,获取栈长整理的 Spring Cloud 系列教程,都是实战干货。
    • Spring Cloud 配置中心高可用搭建
    • Spring Cloud 多版本如何选择
    • Spring Cloud 是什么,和 Dubbo 对比
    • Spring Cloud 注册中心高可用搭建
    • Spring Cloud Eureka 自我保护机制
    • ……

    - END -
    推荐阅读:

    关注Java技术栈公众号在后台回复:Java,可获取一份栈长整理的最新 Java 技术干货。

    640

    点击「阅读原文」和栈长学更多~

  • 相关阅读:
    深入理解系统调用
    基于mykernel 2.0编写一个操作系统内核
    如何评测一个软件工程师的计算机网络知识水平与网络编程技能水平?
    如何评测软件工程知识技能水平?
    深入理解TCP的三次握手及其源代码
    Socket与系统调用深度分析
    未来的图书会是什么样子?
    构建调试Linux内核网络代码的环境MenuOS系统
    Python笔记005-神奇的+=
    Python笔记004-元组的拆包和命名元组
  • 原文地址:https://www.cnblogs.com/java-stack/p/11951990.html
Copyright © 2011-2022 走看看