mqtt配置

This commit is contained in:
2025-06-27 12:49:14 +08:00
parent 0544929d07
commit f439228432
9 changed files with 339 additions and 1 deletions

View File

@ -46,7 +46,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
</dependency>
<!-- 获取系统信息 -->
<dependency>
<groupId>com.github.oshi</groupId>
@ -58,6 +61,11 @@
<groupId>com.xzzn</groupId>
<artifactId>ems-system</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>