第三阶段核心业务开发完成

This commit is contained in:
2025-05-17 21:51:04 +08:00
parent 5ea13d6dea
commit 53f7fee73a
50 changed files with 3465 additions and 153 deletions

View File

@@ -97,6 +97,11 @@
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version> <!-- 使用稳定版本 -->
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
</dependencies>
<build>