Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 3.47 KB

README_CN.md

File metadata and controls

66 lines (44 loc) · 3.47 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版本
master 1.11.0-2022.0.x 2022.0.2 3.0.7
2021.0.x 1.11.0-2021.0.x 2021.0.5 2.7.10
2020.0.x 1.10.8-2020.0.x 2020.0.6 2.5.14
Hoxton 1.9.3-Hoxton Hoxton.SR9 2.3.5.RELEASE
Greenwich 1.6.3-Greenwich Greenwich.SR6 2.1.6-RELEASE

注意:

  • 使用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+版本运行.

如何使用

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