【新增功能】IoT: HTTP 插件模块

This commit is contained in:
安浩浩
2024-12-20 18:57:40 +08:00
parent b2434b7b41
commit a2532013ec
33 changed files with 690 additions and 304 deletions

View File

@@ -21,6 +21,17 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-common</artifactId>
</dependency>
<!-- PF4J -->
<dependency>
<groupId>org.pf4j</groupId>
<artifactId>pf4j-spring</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>