/dubbo-servicecomb-samples

Primary LanguageJavaApache License 2.0Apache-2.0

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