소스 검색

引入依赖

xucaiqin 1 년 전
부모
커밋
f4c0089aa7
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      iot-module/iot-module-stream/iot-module-stream-biz/pom.xml

+ 10 - 0
iot-module/iot-module-stream/iot-module-stream-biz/pom.xml

@@ -45,6 +45,12 @@
             <groupId>com.middle.platform</groupId>
             <artifactId>iot-starter-mybatis</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-starter-satoken</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-actuator</artifactId>
@@ -57,6 +63,10 @@
             <groupId>com.middle.platform</groupId>
             <artifactId>iot-module-manage-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-module-system-api</artifactId>
+        </dependency>
 
 
     </dependencies>