Spring Cloud Huawei Samples 中文

This subproject is to demonstrate how to transform the spring cloud native service into spring cloud Huawei service.

##Prerequisite: Transformation Service

Before running this example, you should first transform it into a spring cloud Huawei service.

##How to run the project after transformation

Running samples, must first prepare CSE environment.

More information can be found in Huawei Cloud.

And edit bootstrap.yml for each microserivce, configure the correct CSE services, like config center and service center.

Samples using CSE 1.0 in default,the config service is config-center. If using CSE 2.0, config service change to kie:

spring:
  cloud:
    servicecomb:
      config:
        serverType: kie
        serverAddr:  http://127.0.0.1:30110