recover: 恢复更改。

This commit is contained in:
Suomm 2023-07-06 22:27:35 +08:00
parent 86f39ad647
commit 7a5a4678d3
2 changed files with 3 additions and 3 deletions

View File

@ -43,12 +43,12 @@ public enum ConfigurationKey {
/** /**
* Tables 类名 * Tables 类名
*/ */
ALL_IN_TABLES_CLASS_NAME("processor.allInTables.tablesClassName", "Tables"), ALL_IN_TABLES_CLASS_NAME("processor.allInTables.className", "Tables"),
/** /**
* 自定义 Tables 生成的包名 * 自定义 Tables 生成的包名
*/ */
ALL_IN_TABLES_PACKAGE("processor.allInTables.tablesPackage", null), ALL_IN_TABLES_PACKAGE("processor.allInTables.package", null),
/** /**

View File

@ -1,3 +1,3 @@
processor.mapper.generateEnable = false processor.mapper.generateEnable = false
processor.allInTables.enable = true processor.allInTables.enable = true
processor.allInTables.tablesPackage = com.mybatisflex.test.tabledef processor.allInTables.package = com.mybatisflex.test.tabledef