Browse Source

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

疯狂的狮子Li 2 years ago
parent
commit
97f453efc7
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-admin/pom.xml

+ 5 - 0
ruoyi-admin/pom.xml

@@ -74,6 +74,11 @@
         </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>
             <scope>test</scope>