|
|
|
@@ -41,6 +41,14 @@ |
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- SpringBoot Mqtt --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.integration</groupId> |
|
|
|
<artifactId>spring-integration-mqtt</artifactId> |
|
|
|
<version>5.5.14</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- XueYi Common Log --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
|
@@ -65,6 +73,12 @@ |
|
|
|
<artifactId>xueyi-common-swagger</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- XueYi Common mqtt --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
|
<artifactId>xueyi-common-mqtt</artifactId> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- XueYi Api File --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xueyi</groupId> |
|
|
|
|