From 6c95dd21a61eb68945dd36088ef9fd29f2d70617 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Wed, 21 Jun 2023 20:32:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=B3=95=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B1=9E=E6=80=A7=20'xxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../additional-spring-configuration-metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mybatis-flex-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/mybatis-flex-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json index d47a01cb..6c661404 100644 --- a/mybatis-flex-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/mybatis-flex-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -31,6 +31,18 @@ "name": "mybatis-flex.datasource", "description": "多数据源配置", "type": "java.util.Map" + }, + { + "defaultValue": 0, + "name": "mybatis-flex.global-config.normal-value-of-logic-delete", + "description": "逻辑删除未删除值标记", + "type": "java.lang.Object" + }, + { + "defaultValue": 1, + "name": "mybatis-flex.global-config.deleted-value-of-logic-delete", + "description": "逻辑删除已删除值标记", + "type": "java.lang.Object" } ] }