【代码优化】IoT:优化插件 common 和 http 的配置类

This commit is contained in:
YunaiV
2025-01-31 21:51:06 +08:00
parent a74459e94e
commit 252366781d
16 changed files with 142 additions and 117 deletions

View File

@@ -40,13 +40,6 @@
<dependency>
<groupId>org.pf4j</groupId> <!-- PF4J内置插件机制 -->
<artifactId>pf4j-spring</artifactId>
<!-- TODO @芋艿:可以放到 bom 里配置 -->
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 参数校验 -->