fix 修复 ruoyi-admin 监控不生效问题

This commit is contained in:
疯狂的狮子Li 2023-01-30 23:00:37 +08:00
parent 27a2943362
commit 97f453efc7

View File

@ -73,6 +73,11 @@
<artifactId>ruoyi-demo</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>