Browse Source

update 增加 web模块actuator依赖

疯狂的狮子Li 1 year ago
parent
commit
0f161d7d6c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-common/ruoyi-common-web/pom.xml

+ 5 - 0
ruoyi-common/ruoyi-common-web/pom.xml

@@ -44,6 +44,11 @@
             <artifactId>spring-boot-starter-undertow</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-actuator</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-captcha</artifactId>