From a23f0ba99b7e3c1ad270dd5a263a6b48b4b8fb6f Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期四, 16 一月 2025 20:48:43 +0800 Subject: [PATCH] 修改bug --- ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 1790609..a53c70f 100644 --- a/ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -12,4 +12,11 @@ com.ruoyi.other.api.factory.SystemConfigClientFallbackFactory com.ruoyi.other.api.factory.StoreFallbackFactory com.ruoyi.other.api.factory.CouponClientFallbackFactory -com.ruoyi.other.api.factory.TechnicianClientFallbackFactory \ No newline at end of file +com.ruoyi.other.api.factory.TechnicianClientFallbackFactory +com.ruoyi.other.api.factory.PointSettingClientFallbackFactory +com.ruoyi.other.api.factory.VipGoodClientFallbackFactory +com.ruoyi.other.api.factory.VipSettingClientFallbackFactory +com.ruoyi.other.api.factory.RegionClientFallbackFactory +com.ruoyi.other.api.factory.ShopBalanceStatementClientFallbackFactory +com.ruoyi.other.api.factory.ShopPointClientFallbackFactory +com.ruoyi.other.api.factory.TechnicianSubscribeClientFallbackFactory \ No newline at end of file -- Gitblit v1.7.1