Browse Source

数据中心调运管服务

majunqi 1 year ago
parent
commit
8d13e2fcc2
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pom.xml

+ 5 - 1
pom.xml

@@ -91,7 +91,11 @@
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-stream-rabbit</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>sooka-sponest-api-monitor</artifactId>
+            <version>3.4.0</version>
+        </dependency>
     </dependencies>
 
     <build>