Spring Cloud Huawei 查看中文文档
Spring Cloud Huawei is a framework that makes it easier and productive to develop microservices with Spring Cloud.
Spring Cloud Huawei supports Apache ServiceComb and Nacos as discovery, registration and configuration management service.
Spring Cloud Huawei provides a large number of out-of-the-box service governance capabilities, enabling developers to quickly build resilient and reliable microservice applications.
Service | CSE(ServiceComb) | CSE(Nacos) |
---|---|---|
Discovery and Registration | servicecomb-service-center | nacos |
Configuration Management | servicecomb-kie | nacos |
CSE provides commercial versions of ServiceComb and Nacos.
Branch | Spring Cloud Huawei Latest Version | Compiled Spring Cloud Version | Compiled Spring Boot Version | Tested JDK Version | Notes |
---|---|---|---|---|---|
master | 1.11.5-2022.0.x | 2022.0.4 | 3.1.5 | OpenJDK 17 | |
2021.0.x | 1.11.5-2021.0.x | 2021.0.8 | 2.7.17 | OpenJDK 8 | |
2020.0.x | 1.10.8-2020.0.x | 2020.0.6 | 2.5.14 | OpenJDK 8 | End of Support |
Hoxton | 1.9.4-Hoxton | Hoxton.SR9 | 2.3.5.RELEASE | OpenJDK 8 | End of Support |
Greenwich | 1.6.4-Greenwich | Greenwich.SR6 | 2.1.6-RELEASE | OpenJDK 8 | End of Support |
Finchley | 1.6.1-Finchley | 2.0.4.RELEASE | 2.0.9.RELEASE | OpenJDK 8 | End of Support |
Edgware | 1.2.0-Edgware | 1.3.6.RELEASE | 1.5.22.RELEASE | OpenJDK 8 | End of Support |
Notice:
- You can use
Spring Cloud
compatible version to useSpring Cloud Huawei
. See https://spring.io/projects/spring-cloud for more details. - Spring Cloud Edgeware, Finchley, Greenwich, Hoxton, 2020.0.x have all reached end of life status and suggest not for production use. Check Spring Cloud Releases for details.
- Before Hoxton(include), Netfix OSS like Ribbon, Hystrix are supported. After 2020.0.x(include), Spring Cloud Loadbalancer are supported.
- Before 2020.0.x(include), springfox is used for swagger generation. After 2021.0.x(include), springdoc is used for swagger generation.
- After 2022.0.x(include), JDK 17+ is needed to run.