You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/11/30 02:35:07 UTC

[GitHub] mercyblitz closed pull request #271: update README_CN, md and README.md --> health-checks url

mercyblitz closed pull request #271: update README_CN,md and README.md --> health-checks url
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/pull/271
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index f42f8626..2e5aedb6 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 4a61c0c1..bd972c81 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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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