Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
beiwei30 committed Jul 2, 2019
2 parents a7a18ae + 7b04a29 commit 5b79b0f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions dubbo-samples-edas/README.md
@@ -0,0 +1,24 @@
This is a sample for [Enterprise Distributed Application Service](https://cn.aliyun.com/product/edas) (EDAS)on Alibaba Cloud.


### Provider

1. build provider
```
cd dubbo-samples-edas/dubbo-samples-edas-provider
mvn clean package
```

2. 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
```

2. The generated `target/dubbo-samples-edas-consumer-1.0-SNAPSHOT.jar` file can be deployed to edas

0 comments on commit 5b79b0f

Please sign in to comment.