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

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

  • 相关阅读:
    学习asp.net完整步骤
    UltraEdit中Matlab语法高亮显示的操作方法
    C#基础完成和深入
    75道程序员面试逻辑思维题
    模拟退火算法解决函数优化问题
    模拟退火算法解决TSP问题
    C#入门
    简单感知器模型解决简单真值表问题
    jQuery 1.3.2 :visible选择器问题
    NUnit2.0详细使用方法
  • 原文地址:https://www.cnblogs.com/java-stack/p/11951990.html
Copyright © 2011-2022 走看看