add - 添加 arthas 支持

This commit is contained in:
wangli 2024-01-18 11:33:28 +08:00
parent f74889b2f6
commit cfba5e58a4

View File

@ -0,0 +1,4 @@
arthas:
app-name: ${spring.application.name}
agent-id: ${ARTHAS_AGENT_ID:${spring.profiles.active}-${spring.application.name}}
tunnel-server: ${ARTHAS_TUNNEL_SERVER:ws://localhost:7777/ws}