From 9269a36db8420179ce3772ff9f02d00ac5fca04a Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Wed, 8 Jul 2020 10:38:57 +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, 2 insertions(+), 2 deletions(-) diff --git a/site/src/site/sphinx/en/spring-boot-starter.md b/site/src/site/sphinx/en/spring-boot-starter.md index a7cead79..e0b3368f 100644 --- a/site/src/site/sphinx/en/spring-boot-starter.md +++ b/site/src/site/sphinx/en/spring-boot-starter.md @@ -23,7 +23,7 @@ When the application is started, spring will start arthas and attach its own pro For example, by configuring the tunnel server for remote management. ``` -arthas.agentId=hsehdfsfghhwertyfad +arthas.agent-id=hsehdfsfghhwertyfad arthas.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 c2e1e645..197b2db8 100644 --- a/site/src/site/sphinx/spring-boot-starter.md +++ b/site/src/site/sphinx/spring-boot-starter.md @@ -23,7 +23,7 @@ Arthas Spring Boot Starter 比如,通过配置tunnel server实现远程管理: ``` -arthas.agentId=hsehdfsfghhwertyfad +arthas.agent-id=hsehdfsfghhwertyfad arthas.tunnel-server=ws://47.75.156.201:7777/ws ```