[dubbo-spring-boot-project] branch master updated: Update README.md (#765)

2020-12-14 Thread kimmking
This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new ff58629  Update README.md (#765)
ff58629 is described below

commit ff58629200cf0a7a7c789d27a5c1759fed22b8f4
Author: sharpzhango <1404405...@qq.com>
AuthorDate: Mon Dec 14 23:00:02 2020 +0800

Update README.md (#765)

Wrong annotation > Correct annotation
@service > @DubboService
@reference > @DubboReference
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2ebdf45..022bc3d 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ public interface DemoService {
 1. Service Provider implements `DemoService`
 
 ```java
-@Service(version = "1.0.0")
+@DubboService(version = "1.0.0")
 public class DefaultDemoService implements DemoService {
 
 /**
@@ -176,7 +176,7 @@ public interface DemoService {
 
 private final Logger logger = LoggerFactory.getLogger(getClass());
 
-@Reference(version = "1.0.0", url = "dubbo://127.0.0.1:12345")
+@DubboReference(version = "1.0.0", url = "dubbo://127.0.0.1:12345")
 private DemoService demoService;
 
 public static void main(String[] args) {



[dubbo-spring-boot-project] branch master updated: Update README.md (#763)

2020-12-14 Thread kimmking
This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 2d53ca2  Update README.md (#763)
2d53ca2 is described below

commit 2d53ca2b3d8472a93a52a5fe3766d72c4867db1b
Author: DaisyLJQ <37607839+daisy...@users.noreply.github.com>
AuthorDate: Mon Dec 14 18:45:34 2020 +0800

Update README.md (#763)

Update the version of the project to   2.7.8   .
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d85bf08..2ebdf45 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 ```xml
 
 2.3.0.RELEASE
-2.7.7
+2.7.8
 
 
 
@@ -50,7 +50,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 org.apache.dubbo
 dubbo-spring-boot-starter
-2.7.7
+2.7.8
 
 
 ```



[dubbo-spring-boot-project] branch master updated: Update README.md (#764)

2020-12-14 Thread kimmking
This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 94a95bb  Update README.md (#764)
94a95bb is described below

commit 94a95bb5dacde989d928e20453a359da77c11fa6
Author: wuudongdong <74701398+wuudongd...@users.noreply.github.com>
AuthorDate: Mon Dec 14 18:41:46 2020 +0800

Update README.md (#764)

update Registry Zookeeper Samples and Registry Nacos Samples URL
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0cd3254..d85bf08 100644
--- a/README.md
+++ b/README.md
@@ -263,8 +263,8 @@ The samples project of Dubbo Spring Boot that includes:
 
 - [Auto-Configuaration 
Samples](dubbo-spring-boot-samples/auto-configure-samples)
 - [Externalized Configuration 
Samples](dubbo-spring-boot-samples/externalized-configuration-samples)
-- [Registry Zookeeper 
Samples](dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples)
-- [Registry Nacos 
Samples](dubbo-spring-boot-samples/dubbo-registry-nacos-samples)
+- [Registry Zookeeper 
Samples](https://github.com/apache/dubbo-spring-boot-project/tree/master/dubbo-spring-boot-samples/registry-samples/zookeeper-samples)
+- [Registry Nacos 
Samples](https://github.com/apache/dubbo-spring-boot-project/tree/master/dubbo-spring-boot-samples/registry-samples/nacos-samples)
 
 
 



[dubbo-spring-boot-project] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 238a9e6  Update README.md
238a9e6 is described below

commit 238a9e61779820fd089feacb92e2fb4e7e4eb7ef
Author: Mercy Ma 
AuthorDate: Mon Jan 6 09:31:03 2020 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3a05148..f85ce7f 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 org.apache.dubbo
 dubbo-spring-boot-starter
-2.7.4.1
+2.7.5
 
 
 ```



[dubbo-spring-boot-project] branch master updated: Update README.md

2019-08-09 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 28e73a8  Update README.md
28e73a8 is described below

commit 28e73a892dd15dbbab12645cd33ae292233f0bd5
Author: Xin Wang 
AuthorDate: Sat Aug 10 09:41:40 2019 +0800

Update README.md
---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index 7930db2..6796a55 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,6 @@
 
![license](https://img.shields.io/github/license/apache/dubbo-spring-boot-project.svg)
 
 [Apache Dubbo](https://github.com/apache/dubbo) Spring Boot Project makes it 
easy to create [Spring Boot](https://github.com/spring-projects/spring-boot/) 
application using Dubbo as RPC Framework. What's more, it also provides 
-[![codecov](https://codecov.io/gh/apache/dubbo-spring-boot-project/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/ubbo-spring-boot-project)
-![license](https://img.shields.io/github/license/apache/dubbo-spring-boot-project.svg)
-
 
 * [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-spring-boot-project] branch master updated: Update README.md

2019-07-29 Thread wangxin
This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
 new 209b856  Update README.md
209b856 is described below

commit 209b856520d0262881842af3b5977cc21c818f11
Author: Xin Wang 
AuthorDate: Tue Jul 30 10:37:00 2019 +0800

Update README.md
---
 README.md | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c9a61f5..b0d0a77 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # Apache Dubbo Spring Boot Project 
 
-[![Build 
Status](https://travis-ci.org/apache/incubator-dubbo-spring-boot-project.svg?branch=master)](https://travis-ci.org/apache/incubator-dubbo-spring-boot-project)
 
-[![codecov](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project)
-![license](https://img.shields.io/github/license/apache/incubator-dubbo-spring-boot-project.svg)
+[![Build 
Status](https://travis-ci.org/apache/dubbo-spring-boot-project.svg?branch=master)](https://travis-ci.org/apache/dubbo-spring-boot-project)
 
+[![codecov](https://codecov.io/gh/apache/dubbo-spring-boot-project/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/ubbo-spring-boot-project)
+![license](https://img.shields.io/github/license/apache/dubbo-spring-boot-project.svg)
 
-[Apache Dubbo](https://github.com/apache/incubator-dubbo) Spring Boot Project 
makes it easy to create [Spring 
Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo 
as RPC Framework. What's more, it also provides 
+[Apache Dubbo](https://github.com/apache/dubbo) Spring Boot Project makes it 
easy to create [Spring Boot](https://github.com/spring-projects/spring-boot/) 
application using Dubbo as RPC Framework. What's more, it also provides 
 
 * [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).
@@ -104,8 +104,8 @@ If you still use the legacy Dubbo whose version is less 
than 2.7.0, please use t
 
 | Dubbo Spring Boot | Dubbo  | Spring Boot |
 | - | -- | --- |
-| 
[0.2.1.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.2.x)
 | 2.6.5+ | 2.x |
-| 
[0.1.2.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.1.x)
 | 2.6.5+ | 1.x |
+| 
[0.2.1.RELEASE](https://github.com/apache/dubbo-spring-boot-project/tree/0.2.x) 
| 2.6.5+ | 2.x |
+| 
[0.1.2.RELEASE](https://github.com/apache/dubbo-spring-boot-project/tree/0.1.x) 
| 2.6.5+ | 1.x |
 
 
 



[dubbo-spring-boot-project] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
 new ba5794a  Update README.md
ba5794a is described below

commit ba5794ab323fae3412767cd547e4939f83107d58
Author: Mercy Ma 
AuthorDate: Fri Jun 21 12:51:25 2019 +0800

Update README.md

Update
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4c2c83e..c9a61f5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
[![codecov](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-dubbo-spring-boot-project)
 
![license](https://img.shields.io/github/license/apache/incubator-dubbo-spring-boot-project.svg)
 
-[Apache Dubbo(incubating)](https://github.com/apache/incubator-dubbo) Spring 
Boot Project makes it easy to create [Spring 
Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo 
as RPC Framework. What's more, it also provides 
+[Apache Dubbo](https://github.com/apache/incubator-dubbo) Spring Boot Project 
makes it easy to create [Spring 
Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo 
as RPC Framework. What's more, it also provides 
 
 * [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).



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-04-11 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 3320f2b  Update README.md
3320f2b is described below

commit 3320f2bdebd78790b0ae61e35b42b2544c9b8401
Author: Mercy Ma 
AuthorDate: Thu Apr 11 17:43:57 2019 +0800

Update README.md
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index b4d458a..4c2c83e 100644
--- a/README.md
+++ b/README.md
@@ -289,6 +289,8 @@ The samples project of Dubbo Spring Boot that includes:
 - [Auto-Configuaration 
Samples](dubbo-spring-boot-samples/auto-configure-samples)
 - [Externalized Configuration 
Samples](dubbo-spring-boot-samples/externalized-configuration-samples)
 - [Registry Zookeeper 
Samples](dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples)
+- [Registry Nacos 
Samples](dubbo-spring-boot-samples/dubbo-registry-nacos-samples)
+
 
 
 ## License



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-03-10 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b2200d6  Update README.md
b2200d6 is described below

commit b2200d6523548070f2b31aa42d9bd48e5259f5c4
Author: Mercy Ma 
AuthorDate: Mon Mar 11 10:47:54 2019 +0800

Update README.md
---
 README.md | 9 +
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index c235eaa..f771882 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,15 @@ If your project failed to resolve the dependency, try to add 
the following repos
 ```
 
 
+### Legacy Versions
+
+If you still use the legacy Dubbo whose version is less than 2.7.0, please use 
the following Spring Boot starters:
+
+| Dubbo Spring Boot | Dubbo  | Spring Boot |
+| - | -- | --- |
+| 
[0.2.1.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.2.x)
 | 2.6.5+ | 2.x |
+| 
[0.1.2.RELEASE](https://github.com/apache/incubator-dubbo-spring-boot-project/tree/0.1.x)
 | 2.6.5+ | 1.x |
+
 
 
 ### Build from Source



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md (#445)

2019-02-15 Thread kexianjun
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e452ef7  Update README.md (#445)
e452ef7 is described below

commit e452ef7aa1230e204fa5016cba296276130d711e
Author: 一凡 
AuthorDate: Fri Feb 15 17:02:55 2019 +0800

Update README.md (#445)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 60cfbb8..770ad6c 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 import
 
 
-
+
 
 org.apache.dubbo
 dubbo-dependencies-bom



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-01-29 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2dc44c9  Update README.md
2dc44c9 is described below

commit 2dc44c93411a3db0aa0cf1987143c2fb3a3bdc71
Author: Mercy Ma 
AuthorDate: Wed Jan 30 06:42:33 2019 +0800

Update README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5b16bfa..be16c26 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,8 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 
 com.alibaba.boot
-dubbo-spring-boot-autoconfigure
-0.2.1
+dubbo-spring-boot-starter
+0.2.1.RELEASE
 
 
 com.alibaba



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-01-27 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 30154b5  Update README.md
30154b5 is described below

commit 30154b5630c2d9a5b76cc8e45fbd7047686f4060
Author: Mercy Ma 
AuthorDate: Mon Jan 28 15:12:57 2019 +0800

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e03ca5..5b16bfa 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 
 com.alibaba.boot
-dubbo-spring-boot-starter
+dubbo-spring-boot-autoconfigure
 0.2.1
 
 



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-01-27 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9f5024d  Update README.md
9f5024d is described below

commit 9f5024db6f99dea50a830261b53bfb66c0d1c487
Author: Mercy Ma 
AuthorDate: Sun Jan 27 18:13:16 2019 +0800

Update README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d76deb6..0e03ca5 100644
--- a/README.md
+++ b/README.md
@@ -238,9 +238,9 @@ More details, please refer to 
[Samples](dubbo-spring-boot-samples).
 
 Having trouble with Dubbo Spring Boot? We’d like to help!
 
-- If you are upgrading, read the [release 
notes](https://github.com/dubbo/dubbo-spring-boot-project/releases) for upgrade 
instructions and "new and noteworthy" features.
-- Ask a question - You can join [ours google 
groups](https://groups.google.com/group/dubbo), or subscribe [Dubbo User 
Mailling List](mailto:dubbo+subscr...@googlegroups.com).
-- Report bugs at 
[github.com/dubbo/dubbo-spring-boot-project/issues](https://github.com/dubbo/dubbo-spring-boot-project/issues).
+- If you are upgrading, read the [release 
notes](https://github.com/apache/incubator-dubbo-spring-boot-project/releases) 
for upgrade instructions and "new and noteworthy" features.
+- Ask a question - You can subscribe [Dubbo User Mailling 
List](mailto:dev-subscr...@dubbo.apache.org).
+- Report bugs at 
[issues](https://github.com/apache/incubator-dubbo-spring-boot-project/issues).
 
 
 



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

2019-01-27 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e8f6b8f  Update README.md
e8f6b8f is described below

commit e8f6b8fb0455176093710d57b4a6f38afcce5438
Author: Mercy Ma 
AuthorDate: Sun Jan 27 18:05:29 2019 +0800

Update README.md
---
 README.md | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e7afdad..d76deb6 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 
 com.alibaba.boot
 dubbo-spring-boot-starter
-0.2.1-SNAPSHOT
+0.2.1
 
 
 com.alibaba
@@ -104,8 +104,8 @@ If you'd like to attempt to experience latest features, you 
also can build from
 
 | versions | Java  | Spring Boot | Dubbo  |
 |  | - | --- | -- |
-| `0.2.1`  | 1.8+ | `2.1.x` | `2.6.2` + |
-| `0.1.1`  | 1.7+ | `1.5.x` | `2.6.2` + |
+| `0.2.1`  | 1.8+ | `2.1.x` | `2.6.5` + |
+| `0.1.1`  | 1.7+ | `1.5.x` | `2.6.5` + |
 
 
 
@@ -293,4 +293,4 @@ The samples project of Dubbo Spring Boot that includes:
 - [Externalized Configuration 
Samples](dubbo-spring-boot-samples/externalized-configuration-samples)
 - [Registry Zookeeper 
Samples](dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples)
 - [Registry Nacos 
Samples](dubbo-spring-boot-samples/dubbo-registry-nacos-samples)
-- [Sample API](dubbo-spring-boot-samples/sample-api)
\ No newline at end of file
+- [Sample API](dubbo-spring-boot-samples/sample-api)



[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 21c50c2  Update README.md
21c50c2 is described below

commit 21c50c252fdacf9baed6c1bd0c539377bc2f587a
Author: 小马哥 
AuthorDate: Tue Jun 12 17:19:43 2018 +0800

Update README.md

Update http://dubbo.apache.org/
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e459219..c5a4c5e 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you'd like to attempt to experience latest features, you 
also can build from
 
 ## Getting Started
 
-If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
+If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.apache.org/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
 
 Usually, There are two usage scenarios for Dubbo applications, one is Dubbo 
service(s) provider, another is Dubbo service(s) consumer, thus let's get a 
quick start on them.
 

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


[incubator-dubbo-spring-boot-project] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
 new 01635fa  Update README.md
01635fa is described below

commit 01635faaa92fa5f77a94f49ce4ae9abb45ea758e
Author: 小马哥 
AuthorDate: Tue Jun 12 17:17:09 2018 +0800

Update README.md

Fixed #170
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f0f00c8..e459219 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you'd like to attempt to experience latest features, you 
also can build from
 
 ## Getting Started
 
-If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.io/books/dubbo-user-book-en/).
+If you don't know about Dubbo, please take a few minutes to learn 
http://dubbo.io/. After that  you could dive deep into dubbo [user 
guide](http://dubbo.apache.org/books/dubbo-user-book-en/).
 
 Usually, There are two usage scenarios for Dubbo applications, one is Dubbo 
service(s) provider, another is Dubbo service(s) consumer, thus let's get a 
quick start on them.
 

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