You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/03/06 08:31:34 UTC

[incubator-servicecomb-service-center] branch master updated (581eb50 -> bcc5c5b)

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

littlecui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git.


    from 581eb50  Merge pull request #295 from yangbor/master
     add 8d2c493  Add development guide
     new bcc5c5b  Update development guide

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/README.md                    |  6 ++-
 docs/dev-guide.md                 | 96 +++++++++++++++++++++++++++++++++++++++
 server/infra/registry/registry.go |  4 +-
 3 files changed, 102 insertions(+), 4 deletions(-)
 create mode 100644 docs/dev-guide.md

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.

[incubator-servicecomb-service-center] 01/01: Update development guide

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git

commit bcc5c5bf9855494b58c1abedf3145a33b9f7d2a3
Author: little-cui <su...@qq.com>
AuthorDate: Tue Mar 6 16:30:42 2018 +0800

    Update development guide
---
 docs/dev-guide.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev-guide.md b/docs/dev-guide.md
index 52127b6..0c64dce 100644
--- a/docs/dev-guide.md
+++ b/docs/dev-guide.md
@@ -39,10 +39,10 @@ curl -X POST \
   -d '{
 	"instance": 
 	{
-		"hostName":"demo-pc",
+	    "hostName":"demo-pc",
 	    "endpoints": [
-			"rest://127.0.0.1:8080"
-		]
+		    "rest://127.0.0.1:8080"
+	    ]
 	}
 }'
 ```

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.