You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2018/11/30 02:35:10 UTC

[incubator-dubbo-spring-boot-project] branch master updated: update README_CN, md and README.md --> health-checks url (#271)

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 6ff3ad8  update README_CN,md and README.md --> health-checks url (#271)
6ff3ad8 is described below

commit 6ff3ad8c2b78cb39f3f7ab69835d3dc32657e38f
Author: ahxiaoei <30...@qq.com>
AuthorDate: Fri Nov 30 10:35:05 2018 +0800

    update README_CN,md and README.md --> health-checks url (#271)
---
 README.md    | 4 ++--
 README_CN.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f42f862..2e5aedb 100644
--- a/README.md
+++ b/README.md
@@ -306,6 +306,6 @@ Dubbo Service will be exported on localhost with port `12345`.
 Dubbo Service will be consumed at Spring WebMVC `Controller`.
 
 * Demo `Controller`: http://localhost:8080/sayHello?name=HelloWorld
-* [Health Checks](dubbo-spring-boot-actuator#health-checks): http://localhost:8081/health
-* [Dubbo Endpoint](dubbo-spring-boot-actuator#endpoints): http://localhost:8081/dubbo
+* [Health Checks](dubbo-spring-boot-actuator#health-checks): http://localhost:8081/actuator/health
+* [Dubbo Endpoint](dubbo-spring-boot-actuator#endpoints): http://localhost:8081/actuator/dubbo
 
diff --git a/README_CN.md b/README_CN.md
index 4a61c0c..bd972c8 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -291,5 +291,5 @@ Dubbo 服务将会通过 localhost 的 `12345` 端口暴露服务,并且提供
 Dubbo 服务将被 Spring WebMVC `Controller` 消费,并且提供 JMX 以及 Web Endpoints 端口:
 
 * 示例 `Controller` : http://localhost:8080/sayHello?name=HelloWorld
-* [健康检查](dubbo-spring-boot-actuator#health-checks) : http://localhost:8081/health
-* [Dubbo Endpoints](dubbo-spring-boot-actuator#endpoints) : http://localhost:8081/dubbo
+* [健康检查](dubbo-spring-boot-actuator#health-checks) : http://localhost:8081/actuator/health
+* [Dubbo Endpoints](dubbo-spring-boot-actuator#endpoints) : http://localhost:8081/actuator/dubbo