From 553a9c1328512bae1f03d3931313e7aab2b89375 Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期二, 13 八月 2024 19:49:57 +0800 Subject: [PATCH] 新增加分布式事务配置和修改启动异常 --- ruoyi-api/ruoyi-api-other/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports | 3 ++- 1 files changed, 2 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 42bb01c..da78fe0 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 @@ -1,3 +1,4 @@ com.ruoyi.other.api.factory.OtherFallbackFactory com.ruoyi.other.api.factory.UserSiteFallbackFactory -com.ruoyi.other.api.factory.RoleSiteFallbackFactory \ No newline at end of file +com.ruoyi.other.api.factory.RoleSiteFallbackFactory +com.ruoyi.other.api.factory.VipFallbackFactory \ No newline at end of file -- Gitblit v1.7.1