tree: 34003bb3be34d5eafe1bf5c57b2dffb90d37feeb [path history] [tgz]
  1. dubbo-samples-edas-consumer/
  2. dubbo-samples-edas-provider/
  3. pom.xml
  4. README.md
dubbo-samples-edas/README.md

This is a sample for Enterprise Distributed Application Service (EDAS)on Alibaba Cloud.

Provider

  1. build provider
cd dubbo-samples-edas/dubbo-samples-edas-provider
mvn clean package
  1. The generated target/dubbo-samples-edas-provider-1.0-SNAPSHOT.jar file can be deployed to edas

Consumer

  1. build consumer
 cd dubbo-samples-edas/dubbo-samples-edas-consumer
 mvn clean package
  1. The generated target/dubbo-samples-edas-consumer-1.0-SNAPSHOT.jar file can be deployed to edas