|
|
@@ -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>
|