Spring Cloud 2020.0.4 发布

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

内容简介:Spring Cloud 2020.0.4 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x。 目前已经可以从中央仓库获取,坐标如下: <dependencyManagement>     <dependencies>         <depend...

Spring Cloud 2020.0.4 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x。

目前已经可以从中央仓库获取,坐标如下:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>2020.0.4</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
<dependencies>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-config</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
    </dependency>
    ...
</dependencies>

Spring Cloud Commons

  • 允许通过 group 创建反应式断路器

Spring Cloud Config

  • 当使用 JDBC 作为存储时,可以返回 Boolean、 Integer 数据

  • 当使用 Git 作为存储时,可以动态的提供 用户名、密码

Spring Cloud OpenFeign

  • 支持修改 feignclient 的断路器类型

Spring Cloud Netflix

  • 当 eureka 服务不可用时,不注册到相关的配置中心

Spring Cloud Sleuth

  • 简化相关的参数显示

Spring Cloud Kubernetes

  • 统一 fabric8 和 k8s 之间的命名空间方式

依赖升级

模块 版本
Spring Cloud Starter Build 3.0.4
Spring Cloud Netflix 3.0.4
Spring Cloud Openfeign 3.0.4
Spring Cloud Gateway 3.0.4
Spring Cloud Commons 3.0.4
Spring Cloud Config 3.0.5
Spring Cloud Consul 3.0.4
Spring Cloud Contract 3.0.4
Spring Cloud Kubernetes 2.0.4
Spring Cloud Sleuth 3.0.4
Spring Cloud Vault 3.0.4
Spring Cloud Zookeeper 3.0.4
Spring Cloud CircuitBreaker 2.0.2
Spring Cloud Stream 3.1.4
Spring Cloud Function 3.1.4

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

像计算机科学家一样思考Python (第2版)

像计算机科学家一样思考Python (第2版)

[美] 艾伦 B. 唐尼 / 赵普明 / 人民邮电出版社 / 2016-7 / 49.00

本书以培养读者以计算机科学家一样的思维方式来理解Python语言编程。贯穿全书的主体是如何思考、设计、开发的方法,而具体的编程语言,只是提供了一个具体场景方便介绍的媒介。 全书共21章,详细介绍Python语言编程的方方面面。本书从基本的编程概念开始讲起,包括语言的语法和语义,而且每个编程概念都有清晰的定义,引领读者循序渐进地学习变量、表达式、语句、函数和数据结构。书中还探讨了如何处理文件和......一起来看看 《像计算机科学家一样思考Python (第2版)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

html转js在线工具
html转js在线工具

html转js在线工具