内容简介: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 |
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python语言程序设计
[美]梁勇(Lang Y. D.) / 李娜 / 机械工业出版社 / 2015-4 / 79.00元
本书采用“问题驱动”、“基础先行”和“实例和实践相结合”的方式,讲述如何使用Python语言进行程序设计。本书首先介绍Python程序设计的基本概念,接着介绍面向对象程序设计方法,最后介绍算法与数据结构方面的内容。为了帮助学生更好地掌握相关知识,本书每章都包括以下模块:学习目标,引言,关键点,检查点,问题,本章总结,测试题,编程题,注意、提示和警告。 本书可以作为高等院校计算机及相关专业Py......一起来看看 《Python语言程序设计》 这本书的介绍吧!