feat(arthas): 新增arthas
This commit is contained in:
parent
645d176ef1
commit
401c0b8db8
@ -13,3 +13,8 @@ spring:
|
||||
include: swagger
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
|
||||
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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user