From 10c973bd40f30db31afa157db44b71afe1c31082 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 9 Jul 2020 11:23:45 +0800 Subject: [PATCH] update doc --- site/src/site/sphinx/en/spring-boot-starter.md | 2 ++ site/src/site/sphinx/spring-boot-starter.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/site/src/site/sphinx/en/spring-boot-starter.md b/site/src/site/sphinx/en/spring-boot-starter.md index e0b3368f0..f9da50d5b 100644 --- a/site/src/site/sphinx/en/spring-boot-starter.md +++ b/site/src/site/sphinx/en/spring-boot-starter.md @@ -32,6 +32,8 @@ All supported configuration: [Reference](https://github.com/alibaba/arthas/blob/ ### View Endpoint Information +> Need to configure spring boot to expose endpoint: [Reference](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-endpoints). + Assuming the endpoint port is 8080, it can be viewed via the following url. http://localhost:8080/actuator/arthas diff --git a/site/src/site/sphinx/spring-boot-starter.md b/site/src/site/sphinx/spring-boot-starter.md index 197b2db83..2ed8d88c8 100644 --- a/site/src/site/sphinx/spring-boot-starter.md +++ b/site/src/site/sphinx/spring-boot-starter.md @@ -32,6 +32,8 @@ arthas.tunnel-server=ws://47.75.156.201:7777/ws ### 查看Endpoint信息 +> 需要配置spring boot暴露endpoint:[参考](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-endpoints) + 假定endpoint端口是 8080,则通过下面url可以查看: http://localhost:8080/actuator/arthas