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