1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

fix endpoint readme

This commit is contained in:
flystar32
2018-09-17 17:52:13 +08:00
parent a589af30e1
commit c540f6f197
4 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ Spring Boot 应用支持通过 Endpoint 来暴露相关信息Nacos Discovery
* Spring Boot 1.x 中添加配置 management.security.enabled=false
* Spring Boot 2.x 中添加配置 management.endpoints.web.exposure.include=*
Spring Boot 1.x 可以通过访问 http://127.0.0.1:18083/nacos-discovery 来查看 Nacos Endpoint 的信息。
Spring Boot 1.x 可以通过访问 http://127.0.0.1:18083/nacos_discovery 来查看 Nacos Endpoint 的信息。
Spring Boot 2.x 可以通过访问 http://127.0.0.1:18083/actuator/nacos-discovery 来访问。