Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 4.19 KB

README_CN.md

File metadata and controls

71 lines (48 loc) · 4.19 KB

License Maven Central

Spring Cloud Huawei English document

Spring Cloud Huawei的目的是为了让开发者更加方便、高效的使用Spring Cloud开发可靠的微服务应用。

Spring Cloud Huawei 支持 Apache ServiceComb and Nacos 作为服务注册发现中心和服务配置管理中心。

Spring Cloud Huawei提供了大量开箱即用的服务治理能力,让开发者能够快速上手构建韧性、可靠的微服务应用。

类别 CSE(ServiceComb) CSE(Nacos)
注册中心 servicecomb-service-center nacos
配置中心 servicecomb-kie nacos

CSE 提供了 ServiceComb 和 Nacos 的商业版本。

支持的版本列表

分支 最新版本 编译使用 Spring Cloud版本 编译使用 Spring Boot版本 支持的JDK版本 备注
master 1.11.7-2023.0.x 2023.0.1 3.2.4 OpenJDK 17
2022.0.x 1.11.7-2022.0.x 2022.0.5 3.1.9 OpenJDK 17
2021.0.x 1.11.7-2021.0.x 2021.0.9 2.7.18 OpenJDK 8
2020.0.x 1.10.8-2020.0.x 2020.0.6 2.5.14 OpenJDK 8 停止更新
Hoxton 1.9.4-Hoxton Hoxton.SR9 2.3.5.RELEASE OpenJDK 8 停止更新
Greenwich 1.6.4-Greenwich Greenwich.SR6 2.1.6-RELEASE OpenJDK 8 停止更新
Finchley 1.6.1-Finchley 2.0.4.RELEASE 2.0.9.RELEASE OpenJDK 8 停止更新
Edgware 1.2.0-Edgware 1.3.6.RELEASE 1.5.22.RELEASE OpenJDK 8 停止更新

注意:

  • 使用Spring Cloud Huawei时可以使用兼容的Spring Cloud版本。详细信息可参考 https://spring.io/projects/spring-cloud
  • Spring Cloud Edgeware, Finchley, Greenwich, Hoxton 已经停止维护,不建议在生产环境使用。 详细情况可以查询 Spring Cloud Releases
  • Hoxton(包括)之前的版本支持Netfix OSS的组件,比如Ribbon, Hystrix. 2020.0.x(包括)之后的版本支持 Spring Cloud Loadbalancer.
  • 2020.0.x(包括)之前的版本使用springfox生成swagger. 2021.0.x(包括)之后的版本使用springdoc生成swagger.
  • 2022.0.x(包括)需要JDK 17+版本运行.
  • Spring Cloud Huawei历史版本Spring Boot、Spring Cloud依赖说明参考 版本说明.

如何使用

  1. 快速入门和开发指南
  2. 例子
  3. CSE帮助文档
  4. ServiceStage帮助文档