特性版本支持
Spring Cloud Version | Spring Boot Version |
|---|---|
Edgware.SR2+ | 1.5.x |
Finchley.x | 2.0.x |
Greenwich.x | 2.1.x |
Hoxton.x | 2.2.x、2.3.x |
2020.0.x | 2.4.x、2.5.x |
2021.0.0 | 2.6.x |

注册中心版本需与spring-cloud-dependencies版本保持一致。
配置管理
Spring Boot | Nacos Config | Zookeeper Config |
|---|---|---|
1.5.0.RELEASE - 2.6.2 | 1.5.0.RELEASE+ | 1.2.0.RELEASE+ |

- Nacos Config为maven依赖的spring-cloud-starter-alibaba-nacos-config。
- Zookeeper Config为maven依赖的spring-cloud-starter-zookeeper-config。
- 配置管理能力需配合注解@RefreshScope、@Value、@ConfigurationProperties使用。
优雅上下线
优雅上下线支持版本同注册发现。
标签路由
标签路由版本支持:
Spring Cloud | Spring Boot | Spring Cloud Openfeign | RestTemplate | Spring Cloud Loadbalancer | Spring Cloud Netflix Ribbon | Spring Cloud Gateway | Spring Cloud Netflix Zuul |
|---|---|---|---|---|---|---|---|
Edgware.SR2+ | 1.5.x | 1.4.7.RELEASE | 4.3.6.RELEASE | - | 1.4.7.RELEASE | - | 1.4.7.RELEASE |
Finchley.x | 2.0.x | 2.0.x | 5.0.x | - | 2.0.x | - | 2.0.x |
Greenwich.x | 2.1.x | 2.1.x | 5.1.x | - | 2.1.x | - | 2.1.x |
Hoxton.x | 2.2.x、2.3.x | 2.2.x | 5.2.x | 2.2.5.RELEASE+ | 2.2.x | 2.2.x | 2.2.x |
2020.0.x | 2.4.x、2.5.x | 3.0.x | 5.3.x | 3.0.x | - | 3.0.x | - |
2021.0.0 | 2.6.x | 3.1.x | 5.3.x | 3.1.x | - | 3.1.x | - |

