update 调整监控依赖 从 common 迁移到 framework

This commit is contained in:
疯狂的狮子li
2021-12-24 11:36:02 +08:00
parent 3454e34c7c
commit 5ca038d888
2 changed files with 10 additions and 9 deletions

View File

@ -52,6 +52,16 @@
<artifactId>p6spy</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
<!-- 系统模块-->
<dependency>
<groupId>com.ruoyi</groupId>