Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 960 Bytes

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