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
Spring Cloud Gateway
Spring Cloud Kubernetes
Spring Cloud Openfeign
Spring Cloud Sleuth
Spring Cloud Vault
组件版本
| 组件 |
版本 |
| 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 |