feat(arthas): 新增arthas

This commit is contained in:
chenwenjian 2024-07-24 21:08:49 +08:00
parent 645d176ef1
commit 401c0b8db8
2 changed files with 10 additions and 0 deletions

View File

@ -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}

View File

@ -69,6 +69,11 @@
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>arthas-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>