Spring Cloud 2020.0.5 发布

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

内容简介:Spring Cloud 2020.0.5 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x, 不支持 2.6.x (请使用 Spring Cloud 2021) 目前已经可以从中央仓库获取,坐标如下: <dependencyManagement>     ...

Spring Cloud 2020.0.5 正式发布,这是错误修正版本。兼容 Spring Boot 2.4.x and 2.5.x, 不支持 2.6.x (请使用 Spring Cloud 2021)

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

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>2020.0.5</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 Netflix

更新至 Netflix/Eureka to 1.10.17

Spring Cloud Config

  • Git 存储配置文件支持 https 代理

  • 新增 AWS 、 Redis 、CredHub 的存储支持 Support ordering AWS, Redis, and CredHub Repositories (1980)

Spring Cloud Gateway

  • 新增监控指标: netty 连接数,路径标签、路由定义的数量

Spring Cloud Kubernetes

  • Kubernetes API Client 可以设置代理

  • 允许不设置 activeProfile 参数

  • 升级 Kubernetes Java Client 11.0.3

Spring Cloud Openfeign

  • PageJacksonModule 序列化模块 支持 size = 0 的分页设置

Spring Cloud Sleuth

  • 新增缓存执行器包装器

Spring Cloud Vault

  • token 支持从 ~/.vault_token 获取

  • 新增 spring.cloud.vault.reactive.enabled 属性

  • 支持多个数据库密钥的生成

组件版本

组件 版本
Spring Cloud Netflix 3.0.5
Spring Cloud Config 3.0.6
Spring Cloud Sleuth 3.0.5
Spring Cloud Gateway 3.0.6
Spring Cloud Cloudfoundry 3.0.3
Spring Cloud Contract 3.0.5
Spring Cloud Kubernetes 2.0.5
Spring Cloud Zookeeper 3.0.5
Spring Cloud Cli 3.0.4
Spring Cloud Task 2.3.5
Spring Cloud Starter Build 2020.0.5
Spring Cloud Openfeign 3.0.6
Spring Cloud Vault 3.0.5
Spring Cloud Commons 3.0.5

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

查看所有标签

猜你喜欢:

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

Head First Servlets & JSP(中文版)

Head First Servlets & JSP(中文版)

(美)巴萨姆、(美)塞若、(美)贝茨 / 苏钰函、林剑 / 中国电力出版社 / 2006-10 / 98.00元

《Head First Servlets·JSP》(中文版)结合SCWCD考试大纲讲述了关于如何编写servlets和JSP代码,如何使用JSP表达式语言,如何部署Web应用,如何开发定制标记,以及会话状态、包装器、过滤器、企业设计模式等方面的知识,以一种轻松、幽默而又形象的方式让你了解、掌握servlets和JSP,并将其运用到你的项目中去。《Head First Servlets·JSP》(中......一起来看看 《Head First Servlets & JSP(中文版)》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具