You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by hu...@apache.org on 2019/07/01 15:06:24 UTC

[dubbo-samples] branch master updated: Add README for edas samples

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 8586c6a  Add README for edas samples
8586c6a is described below

commit 8586c6a133b13e172043537886d86440bd1b0d80
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Jul 1 23:05:08 2019 +0800

    Add README for edas samples
---
 dubbo-samples-edas/README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dubbo-samples-edas/README.md b/dubbo-samples-edas/README.md
new file mode 100644
index 0000000..847225f
--- /dev/null
+++ b/dubbo-samples-edas/README.md
@@ -0,0 +1,28 @@
+This is a sample for [Enterprise Distributed Application Service](https://cn.aliyun.com/product/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
+


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org