【代码重构】IoT:重构插件配置管理,替换 PluginInfo 为 PluginConfig

This commit is contained in:
安浩浩
2025-02-05 21:44:23 +08:00
parent b46e630912
commit 6eadbba345
24 changed files with 494 additions and 436 deletions

View File

@@ -109,11 +109,11 @@
<!-- </dependency>-->
<!-- IoT 物联网相关模块。默认注释,保证编译速度 -->
<!-- <dependency>-->
<!-- <groupId>cn.iocoder.boot</groupId>-->
<!-- <artifactId>yudao-module-iot-biz</artifactId>-->
<!-- <version>${revision}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-iot-biz</artifactId>
<version>${revision}</version>
</dependency>
<!-- spring boot 配置所需依赖 -->
<dependency>