diff --git a/README.md b/README.md index 72884a1ad..f4e645f3b 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ You can enter its interactive interface by executing `as.sh`, or execute `as.sh * [Commands](https://alibaba.github.io/arthas/en/commands.html) * [WebConsole](https://alibaba.github.io/arthas/en/web-console.html) * [Docker](https://alibaba.github.io/arthas/en/docker.html) +* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/en/spring-boot-starter.html) * [User cases](https://github.com/alibaba/arthas/issues?q=label%3Auser-case) * [Questions and answers](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+) * [Compile and debug/How to contribute](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md) @@ -386,7 +387,9 @@ View profiler results under arthas-output via browser: ![](site/src/site/sphinx/_static/arthas-output-svg.jpg) +#### Arthas Spring Boot Starter +* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html) ### Known Users diff --git a/README_CN.md b/README_CN.md index 2be20ebe0..981e4eed7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -77,6 +77,7 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh * [命令列表](https://alibaba.github.io/arthas/commands.html) * [WebConsole](https://alibaba.github.io/arthas/web-console.html) * [Docker](https://alibaba.github.io/arthas/docker.html) +* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html) * [用户案例](https://github.com/alibaba/arthas/issues?q=label%3Auser-case) * [常见问题](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+) * [编译调试/参与贡献](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md) @@ -377,6 +378,10 @@ OK ![](site/src/site/sphinx/_static/arthas-output-svg.jpg) +#### Arthas Spring Boot Starter + +* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html) + ### Known Users 如果您在使用Arthas,请让我们知道,您的使用对我们非常重要:https://github.com/alibaba/arthas/issues/111 (按登记顺序排列) diff --git a/site/src/site/sphinx/en/spring-boot-starter.md b/site/src/site/sphinx/en/spring-boot-starter.md index 26c0bd2b4..a7cead797 100644 --- a/site/src/site/sphinx/en/spring-boot-starter.md +++ b/site/src/site/sphinx/en/spring-boot-starter.md @@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas ```js { "arthasConfigMap": { - "agentId": "hsehdfsfghhwertyfad", + "agent-id": "hsehdfsfghhwertyfad", "tunnel-server": "ws://47.75.156.201:7777/ws", } } diff --git a/site/src/site/sphinx/spring-boot-starter.md b/site/src/site/sphinx/spring-boot-starter.md index 96598bba6..c2e1e645b 100644 --- a/site/src/site/sphinx/spring-boot-starter.md +++ b/site/src/site/sphinx/spring-boot-starter.md @@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas ``` { "arthasConfigMap": { - "agentId": "hsehdfsfghhwertyfad", + "agent-id": "hsehdfsfghhwertyfad", "tunnel-server": "ws://47.75.156.201:7777/ws", } }