feat(REQ-3282): 解决arthas启动问题

This commit is contained in:
zhanghongbo 2024-12-25 11:01:37 +08:00
parent cf6eadece6
commit 3dcc645de7

View File

@ -27,3 +27,9 @@ spring:
# 优雅关闭
server:
shutdown: graceful
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}
slientInit: true