feat:【IoT 物联网】增加消息总线(messagebus)的 local 实现
This commit is contained in:
24
yudao-module-iot/yudao-module-iot-core/pom.xml
Normal file
24
yudao-module-iot/yudao-module-iot-core/pom.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>yudao-module-iot</artifactId>
|
||||
<groupId>cn.iocoder.boot</groupId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modules>
|
||||
<module>yudao-module-iot-message-bus</module>
|
||||
</modules>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>yudao-module-iot-core</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
iot 模块下,提供 biz 和 gateway-server 模块的核心功能。
|
||||
例如说:消息总线、消息协议(编解码)等。
|
||||
</description>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user