Skip to content

chengyouling/dubbo-servicecomb-samples

 
 

Repository files navigation

Dubbo ServiceComb Samples 中文

This project provide samples for Dubbo ServiceComb. Read each sub-project for details about each sample.

Prerequisites

Running samples, must first prepare CSE environment.

More information can be found in Huawei Cloud.

And edit application.yml or dubbo.properties 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%