[incubator-dubbo-spring-boot-project] branch 0.1.x updated: Update document

2018-06-21 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 0.1.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.x by this push:
 new acd3154  Update document
acd3154 is described below

commit acd31545c4eb7aeda485608544b974bce5051cb2
Author: mercyblitz 
AuthorDate: Thu Jun 21 21:33:59 2018 +0800

Update document
---
 README.md| 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c31f1b7..b6afe7e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 com.alibaba.boot
 dubbo-spring-boot-starter
-0.1.0
+0.1.1
 
 ```
 
diff --git a/README_CN.md b/README_CN.md
index 83d5775..4d3d99b 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -21,7 +21,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-starter
-0.1.0
+0.1.1
 
 ```
 



[incubator-dubbo-spring-boot-project] branch 0.1.x updated: Update Document

2018-05-08 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 0.1.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.x by this push:
 new 660cc79  Update Document
660cc79 is described below

commit 660cc79da2321395c458b4dd09090c6aa981cff3
Author: mercyblitz 
AuthorDate: Tue May 8 23:13:46 2018 +0800

Update Document
---
 README.md| 60 ++--
 README_CN.md | 69 +++-
 2 files changed, 52 insertions(+), 77 deletions(-)

diff --git a/README.md b/README.md
index 6395455..c31f1b7 100644
--- a/README.md
+++ b/README.md
@@ -5,48 +5,23 @@
 * [auto-configure features](dubbo-spring-boot-autoconfigure) (e.g., 
annotation-driven, auto configuration, externalized configuration).
 * [production-ready features](dubbo-spring-boot-actuator) (e.g., security, 
health checks, externalized configuration).
 
-
-
 > Dubbo *|ˈdʌbəʊ|* is a high-performance, java based 
 > [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework 
 > open-sourced by Alibaba. As in many RPC systems, dubbo is based around the 
 > idea of defining a service, specifying the methods that can be called 
 > remotely with their parameters and return types. On the server side, the 
 > server implements this interface and runs a dubbo server to handle client 
 > calls. On the client side, the client has a stub that provides the same 
 > method [...]
 
-## [中文文档](README.md)
-
 
-## Versions
+**Current Project is a legacy one for maintaining Spring Boot 1.x**
 
-For now, `dubbo-spring-boot-starter` will separate two versions for Spring 
Boot 2.x and 1.x once release : 
+## [中文说明](README.md)
 
-* `0.2.x` is a main stream release version for Spring Boot 2.x
 
-* `0.1.x` is a legacy version for maintaining Spring Boot 1.x
+## Released Version
 
-  ​
-
-## Integrate with Maven
-
-You can introduce the latest `dubbo-spring-boot-project` to your project by 
adding the following dependency to your pom.xml
+You can introduce the latest `dubbo-spring-boot-starter` to your project by 
adding the following dependency to your pom.xml
 ```xml
-
-
-...
-
-
-
-com.alibaba.boot
-dubbo-spring-boot-starter
-0.1.1-SNAPSHOT
-
-
-
-
-com.alibaba.boot
-dubbo-spring-boot-actuator
-0.1.1-SNAPSHOT
-
-
- ...
-
-
+
+com.alibaba.boot
+dubbo-spring-boot-starter
+0.1.0
+
 ```
 
 If your project failed to resolve the dependency, try to add the following 
repository:
@@ -66,14 +41,21 @@ If your project failed to resolve the dependency, try to 
add the following repos
 ```
 
 
+## Developing Version
+
+### Build from Source
+
+If you'd like to attempt to experience latest features, you also can build 
from source as follow:
 
-## Dependencies
+1. Maven install [dubbo 
2.6.2-SNAPSHOT](https://github.com/apache/incubator-dubbo/tree/2.6.2-release) 
in your local repository 
+2. Maven install current project in your local repository.
+> Maven install = `mvn install`
 
-| versions | Java  | Spring Boot   | Dubbo  |
-|  | - | - | -- |
-| `0.2.0`  | 1.8 + | `2.0.0.RELEASE` + | `2.5.11` + |
-| `0.1.1-SNAPSHOT`  | 1.7 + | `1.5.10.RELEASE` + | `2.5.11` + |
+### Dependencies
 
+| versions | Java  | Spring Boot | Dubbo  |
+|  | - | --- | -- |
+| `0.1.1`  | 1.7+ | `1.5.x` | `2.6.2` + |
 
 
 ## Getting Started
diff --git a/README_CN.md b/README_CN.md
index 66ace58..83d5775 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -11,59 +11,52 @@
 > Dubbo *|ˈdʌbəʊ|* is a high-performance, java based 
 > [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework 
 > open-sourced by Alibaba. As in many RPC systems, dubbo is based around the 
 > idea of defining a service, specifying the methods that can be called 
 > remotely with their parameters and return types. On the server side, the 
 > server implements this interface and runs a dubbo server to handle client 
 > calls. On the client side, the client has a stub that provides the same 
 > method [...]
 
 
+**当前工程是支持 Spring Boot 1.x 的维护工程**
 
-## 版本
 
-从现在开始, `dubbo-spring-boot-project` 将在每个发布中发行两个版本 :
-
-* `0.2.x` 是支持 Spring Boot 2.x 的主要版本(推荐,长期维护)
-
-* `0.1.x` 是支持 Spring Boot 1.x 的维护版本(兼容,短期维护)
-
-
-## Maven 整合
-
-### 稳定版本
-
-如果你希望使用稳定的 `dubbo-spring-boot-project`,您可以自行将以下 Maven 依赖添加到您的工程 pom.xml:
+## 已发行版本
 
+您可以为您的工程引入最新 `dubbo-spring-boot-starter` 的发布,增加以下依赖到工程的 `pom.xml` 文件中:
 ```xml
-
-
-...
-
-
-
-com.alibaba.boot
-dubbo-spring-boot-starter
-0.1.1-SNAPSHOT
-
-
-
-
-com.alibaba.boot
-dubbo-spring-boot-actuator
-0.1.1-SNAPSHOT
-
-
- ...
+
+com.alibaba.boot
+dubbo-spring-boot-starter
+0.1.0
+
+```
 
-