Skip to content
liubao edited this page Nov 16, 2022 · 17 revisions

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

使用Spring Cloud Huawei,开发者可以不用熟悉和了解Spring Cloud,只需要熟悉Spring和Spring Boot,就能够按照微服务架构模式开发应用。相对于Spring Cloud,Spring Cloud Huawei能够更好的支持快速微服务开发,提供开箱即用的微服务治理能力。详细参考快速开始

Spring Cloud Huawei使用Apache ServiceCombCSE的注册中心(servicecomb-service-center)与配置中心(servicecomb-kie), 并且提供了大量开箱即用的服务治理能力。

本开发指南适用于Spring Cloud Huawei 1.10.5(比如1.10.5-2020.0.x, 1.10.5-2021.0.x等)及其以上版本,为了减少使用错误,建议及时升级到最新版本。

  • Apache ServiceComb 部署
    Spring Cloud Gateway + Spring Cloud Huawei (应用网关)
    Spring Boot/Cloud + Spring Cloud Huawei    (微服务)
    
    servicecomb-service-center                  (注册中心)
    servicecomb-service-kie                     (配置中心)
  • CSE 部署
    Spring Cloud Gateway + Spring Cloud Huawei (应用网关)
    Spring Boot/Cloud + Spring Cloud Huawei    (微服务)
    
    CSE注册中心  (registry)
    CSE配置中心  (config)
    CSE服务治理  (governance)
    CSE仪表盘    (dashboard)
  • 典型云原生架构

Clone this wiki locally