内容简介: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 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
PHP 5权威编程
(美)古曼兹等 / 简张桂 / 电子工业出版社 / 2007-12 / 90.00元
《BRUCE PERENS开源系列丛书•PHP 5权威编程》为大家全面介绍了PHP 5中的新功能、面向对象编程方法及设计模式,还分析阐述了PHP5中新的数据库连接处理、错误处理和XML处理等机制。希望能够帮助读者系统了解、熟练掌握PHP,最大程度地挖掘:PHP的潜力,以更低的成本搭建更加稳健、高效的PHP应用。 近年来,随着使用PHP的大流量网站逐渐增加,企业在使用PHP的时候开始面临新的问......一起来看看 《PHP 5权威编程》 这本书的介绍吧!