From a47d3b1569bb254398be6c8c944f7a05d38e6d9d Mon Sep 17 00:00:00 2001 From: phpcjl <phpcjl@gmail.com> Date: 星期四, 05 十二月 2024 10:36:48 +0800 Subject: [PATCH] 1.完成开发门店打分接口 --- ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports | 10 +++++++++- 1 files changed, 9 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 55fb60b..1790609 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 @@ -4,4 +4,12 @@ com.ruoyi.other.api.factory.GoodsVipClientFallbackFactory com.ruoyi.other.api.factory.SeckillActivityInfoClientFallbackFactory com.ruoyi.other.api.factory.GoodsBargainPriceClientFallbackFactory -com.ruoyi.other.api.factory.RemoteVipSettingFallbackFactory \ No newline at end of file +com.ruoyi.other.api.factory.RemoteVipSettingFallbackFactory +com.ruoyi.other.api.factory.ShopClientFallbackFactory +com.ruoyi.other.api.factory.OrderActivityInfoClientFallbackFactory +com.ruoyi.other.api.factory.BaseSettingClientFallbackFactory +com.ruoyi.other.api.factory.CouponInfoClientFallbackFactory +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 -- Gitblit v1.7.1