Browse Source

添加开发监控api

JensionDzero 1 year ago
parent
commit
283a5c8545
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-admin/pom.xml

+ 5 - 0
ruoyi-admin/pom.xml

@@ -17,6 +17,11 @@
 
     <dependencies>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-actuator</artifactId>
+        </dependency>
+
         <!-- spring-boot-devtools -->
         <dependency>
             <groupId>org.springframework.boot</groupId>