mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
recover: 恢复更改。
This commit is contained in:
parent
86f39ad647
commit
7a5a4678d3
@ -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),
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user