소스 검색

加入mqtt

liwei19941102 2 년 전
부모
커밋
0a2baf5217
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      ruoyi-common/pom.xml

+ 6 - 0
ruoyi-common/pom.xml

@@ -165,6 +165,12 @@
             <artifactId>ip2region</artifactId>
         </dependency>
 
+        <!--            mqtt消息队列-->
+        <dependency>
+            <groupId>org.springframework.integration</groupId>
+            <artifactId>spring-integration-mqtt</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>