fix: 更新 Spring Boot AutoConfiguration imports 中的包名 org.ruoyi -> org.hzhub
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.doc.config.SpringDocConfig
|
||||
org.hzhub.common.doc.config.SpringDocConfig
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.ruoyi.common.encrypt.config.EncryptorAutoConfiguration
|
||||
org.ruoyi.common.encrypt.config.ApiDecryptAutoConfiguration
|
||||
org.hzhub.common.encrypt.config.EncryptorAutoConfiguration
|
||||
org.hzhub.common.encrypt.config.ApiDecryptAutoConfiguration
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.idempotent.config.IdempotentConfig
|
||||
org.hzhub.common.idempotent.config.IdempotentConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.job.config.SnailJobConfig
|
||||
org.hzhub.common.job.config.SnailJobConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.json.config.JacksonConfig
|
||||
org.hzhub.common.json.config.JacksonConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.log.aspect.LogAspect
|
||||
org.hzhub.common.log.aspect.LogAspect
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.mail.config.MailConfig
|
||||
org.hzhub.common.mail.config.MailConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.mybatis.config.MybatisPlusConfig
|
||||
org.hzhub.common.mybatis.config.MybatisPlusConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.ratelimiter.config.RateLimiterConfig
|
||||
org.hzhub.common.ratelimiter.config.RateLimiterConfig
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
org.ruoyi.common.redis.config.RedisConfig
|
||||
org.ruoyi.common.redis.config.CacheConfig
|
||||
org.hzhub.common.redis.config.RedisConfig
|
||||
org.hzhub.common.redis.config.CacheConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.satoken.config.SaTokenConfig
|
||||
org.hzhub.common.satoken.config.SaTokenConfig
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
org.ruoyi.common.security.handler.AllUrlHandler
|
||||
org.ruoyi.common.security.config.SecurityConfig
|
||||
org.hzhub.common.security.handler.AllUrlHandler
|
||||
org.hzhub.common.security.config.SecurityConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.sms.config.SmsAutoConfiguration
|
||||
org.hzhub.common.sms.config.SmsAutoConfiguration
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.social.config.SocialAutoConfiguration
|
||||
org.hzhub.common.social.config.SocialAutoConfiguration
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.sse.config.SseAutoConfiguration
|
||||
org.hzhub.common.sse.config.SseAutoConfiguration
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.tenant.config.TenantConfig
|
||||
org.hzhub.common.tenant.config.TenantConfig
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
org.ruoyi.common.translation.config.TranslationConfig
|
||||
org.ruoyi.common.translation.core.impl.DeptNameTranslationImpl
|
||||
org.ruoyi.common.translation.core.impl.DictTypeTranslationImpl
|
||||
org.ruoyi.common.translation.core.impl.OssUrlTranslationImpl
|
||||
org.ruoyi.common.translation.core.impl.UserNameTranslationImpl
|
||||
org.ruoyi.common.translation.core.impl.NicknameTranslationImpl
|
||||
org.hzhub.common.translation.config.TranslationConfig
|
||||
org.hzhub.common.translation.core.impl.DeptNameTranslationImpl
|
||||
org.hzhub.common.translation.core.impl.DictTypeTranslationImpl
|
||||
org.hzhub.common.translation.core.impl.OssUrlTranslationImpl
|
||||
org.hzhub.common.translation.core.impl.UserNameTranslationImpl
|
||||
org.hzhub.common.translation.core.impl.NicknameTranslationImpl
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
org.ruoyi.common.web.config.CaptchaConfig
|
||||
org.ruoyi.common.web.config.FilterConfig
|
||||
org.ruoyi.common.web.config.I18nConfig
|
||||
org.ruoyi.common.web.config.ResourcesConfig
|
||||
org.ruoyi.common.web.config.UndertowConfig
|
||||
org.hzhub.common.web.config.CaptchaConfig
|
||||
org.hzhub.common.web.config.FilterConfig
|
||||
org.hzhub.common.web.config.I18nConfig
|
||||
org.hzhub.common.web.config.ResourcesConfig
|
||||
org.hzhub.common.web.config.UndertowConfig
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.ruoyi.common.websocket.config.WebSocketConfig
|
||||
org.hzhub.common.websocket.config.WebSocketConfig
|
||||
|
||||
Reference in New Issue
Block a user