Skip to content

This project provide samples for Spring Cloud Huawei. Read each sub-project for details about each sample.

License

Notifications You must be signed in to change notification settings

kyleCheng56/spring-cloud-huawei-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud Huawei Samples 中文

This project provide samples for Spring Cloud Huawei. Read each sub-project for details about each sample.

Branches:

  • master: for Spring Cloud 2020.0.x
  • Hoxton: for Spring Cloud Hoxton
  • Greenwich: for Spring Cloud Greenwich
  • Finchley: for Spring Cloud Finchley

Prerequisites

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

About

This project provide samples for Spring Cloud Huawei. Read each sub-project for details about each sample.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.1%
  • JavaScript 3.3%
  • HTML 2.9%
  • Shell 2.4%
  • Dockerfile 2.3%
  • CSS 1.0%