From 10b4255bbf87f77dc8e216f6b6e3661ae3e3e15e Mon Sep 17 00:00:00 2001 From: stylefeng Date: Mon, 5 May 2025 21:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.3.4=E3=80=91=E3=80=90mp=E3=80=91?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A7=9F=E6=88=B7=E7=9A=84=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/META-INF/spring.factories | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel-d-db/db-spring-boot-starter/src/main/resources/META-INF/spring.factories b/kernel-d-db/db-spring-boot-starter/src/main/resources/META-INF/spring.factories index d7fed1921..37a401d7d 100644 --- a/kernel-d-db/db-spring-boot-starter/src/main/resources/META-INF/spring.factories +++ b/kernel-d-db/db-spring-boot-starter/src/main/resources/META-INF/spring.factories @@ -3,6 +3,7 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ cn.stylefeng.roses.kernel.db.starter.ProjectMyBatisPlusAutoConfiguration,\ cn.stylefeng.roses.kernel.db.starter.ProjectDruidMonitorAutoConfiguration,\ cn.stylefeng.roses.kernel.db.starter.RemoveDruidAdAutoConfiguration,\ - cn.stylefeng.roses.kernel.db.starter.ProjectTranAutoConfiguration + cn.stylefeng.roses.kernel.db.starter.ProjectTranAutoConfiguration,\ + cn.stylefeng.roses.kernel.db.starter.ProjectTenantAutoConfiguration org.springframework.context.ApplicationListener=\ cn.stylefeng.roses.kernel.db.api.maxsort.listener.TableMaxSortConfigListener \ No newline at end of file