From 7a5a4678d3e846ebfdf55f5cf830cda443b58d53 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Thu, 6 Jul 2023 22:27:35 +0800 Subject: [PATCH] =?UTF-8?q?recover:=20=E6=81=A2=E5=A4=8D=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mybatisflex/processor/config/ConfigurationKey.java | 4 ++-- .../mybatis-flex-spring-test/mybatis-flex.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mybatis-flex-processor/src/main/java/com/mybatisflex/processor/config/ConfigurationKey.java b/mybatis-flex-processor/src/main/java/com/mybatisflex/processor/config/ConfigurationKey.java index e6d8fa55..a43cb96c 100644 --- a/mybatis-flex-processor/src/main/java/com/mybatisflex/processor/config/ConfigurationKey.java +++ b/mybatis-flex-processor/src/main/java/com/mybatisflex/processor/config/ConfigurationKey.java @@ -43,12 +43,12 @@ public enum ConfigurationKey { /** * Tables 类名。 */ - ALL_IN_TABLES_CLASS_NAME("processor.allInTables.tablesClassName", "Tables"), + ALL_IN_TABLES_CLASS_NAME("processor.allInTables.className", "Tables"), /** * 自定义 Tables 生成的包名。 */ - ALL_IN_TABLES_PACKAGE("processor.allInTables.tablesPackage", null), + ALL_IN_TABLES_PACKAGE("processor.allInTables.package", null), /** diff --git a/mybatis-flex-test/mybatis-flex-spring-test/mybatis-flex.config b/mybatis-flex-test/mybatis-flex-spring-test/mybatis-flex.config index 5880feaf..721731a5 100644 --- a/mybatis-flex-test/mybatis-flex-spring-test/mybatis-flex.config +++ b/mybatis-flex-test/mybatis-flex-spring-test/mybatis-flex.config @@ -1,3 +1,3 @@ processor.mapper.generateEnable = false processor.allInTables.enable = true -processor.allInTables.tablesPackage = com.mybatisflex.test.tabledef \ No newline at end of file +processor.allInTables.package = com.mybatisflex.test.tabledef \ No newline at end of file