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

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

  • 相关阅读:
    Ruby入门——简介&基本概述
    Ruby入门——数组
    测试之路——现阶段&下一阶段
    Ruby入门——环境准备
    Ruby入门——哈希表
    Linux常用命令<按字母排序...>之D,E,F
    多态界面的子控件控制
    随笔
    多态界面的数据显示
    app开发快速理解——webview网页显示
  • 原文地址:https://www.cnblogs.com/java-stack/p/11951990.html
Copyright © 2011-2022 走看看