fix: 更新 Spring Boot AutoConfiguration imports 中的包名 org.ruoyi -> org.hzhub

This commit is contained in:
2026-03-27 07:43:13 +00:00
parent 5dcae2599b
commit a078d07b64
20 changed files with 35 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
org.ruoyi.common.core.config.ApplicationConfig
org.ruoyi.common.core.config.ThreadPoolConfig
org.ruoyi.common.core.config.ValidatorConfig
org.ruoyi.common.core.utils.SpringUtils
org.hzhub.common.core.config.ApplicationConfig
org.hzhub.common.core.config.ThreadPoolConfig
org.hzhub.common.core.config.ValidatorConfig
org.hzhub.common.core.utils.SpringUtils