feat(REQ-3282): 解决arthas启动问题
This commit is contained in:
parent
cf6eadece6
commit
3dcc645de7
@ -27,3 +27,9 @@ spring:
|
|||||||
# 优雅关闭
|
# 优雅关闭
|
||||||
server:
|
server:
|
||||||
shutdown: graceful
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user