feat:【IoT 物联网】增加 iot-common 和 iot-gateway 包

This commit is contained in:
YunaiV
2025-05-28 13:22:22 +08:00
parent 70a0df54e4
commit 6cf2eb07d7
18 changed files with 247 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
<version>${revision}</version>
</parent>
<modules>
<module>yudao-module-iot-common</module>
<module>yudao-module-iot-message-bus</module>
</modules>
<modelVersion>4.0.0</modelVersion>
@@ -17,7 +18,7 @@
<name>${project.artifactId}</name>
<description>
iot 模块下,提供 biz 和 gateway-server 模块的核心功能。
iot 模块下,提供 iot-biz 和 iot-gateway 模块的核心功能。
例如说:消息总线、消息协议(编解码)等。
</description>