update doc

This commit is contained in:
hengyunabc 2020-07-08 10:38:57 +08:00
parent 07f3f744fa
commit 9269a36db8
2 changed files with 2 additions and 2 deletions

View File

@ -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. 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 arthas.tunnel-server=ws://47.75.156.201:7777/ws
``` ```

View File

@ -23,7 +23,7 @@ Arthas Spring Boot Starter
比如通过配置tunnel server实现远程管理 比如通过配置tunnel server实现远程管理
``` ```
arthas.agentId=hsehdfsfghhwertyfad arthas.agent-id=hsehdfsfghhwertyfad
arthas.tunnel-server=ws://47.75.156.201:7777/ws arthas.tunnel-server=ws://47.75.156.201:7777/ws
``` ```