内容简介: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 |
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Learning JavaScript
Shelley Powers / Oreilly & Associates Inc / 2006-10-17 / $29.99
As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led......一起来看看 《Learning JavaScript》 这本书的介绍吧!