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
Spring Cloud Config
Spring Cloud OpenFeign
Spring Cloud Netflix
Spring Cloud Sleuth
Spring Cloud Kubernetes
依赖升级
| 模块 |
版本 |
| 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 |