mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
doc: 添加配置项文档。
This commit is contained in:
parent
d44a6c85dd
commit
a6ce1f3eaf
@ -18,6 +18,7 @@ MyBatis-Flex 使用了 APT(Annotation Processing Tool)技术,在项目编
|
||||
| processor.enable | 全局启用apt开关 | true/false | true |
|
||||
| processor.stopBubbling | 是否停止向上级合并配 | true/false | false |
|
||||
| processor.genPath | APT 代码生成路径 | 合法的绝对或相对路径 | target/generated-sources/annotations |
|
||||
| processor.charset | APT 代码生成文件字符集 | UTF-8 | target/generated-sources/annotations |
|
||||
| processor.allInTables.enable | 是否所有的类都生成在 Tables 类里 | true/false | false |
|
||||
| processor.allInTables.package | Tables 类名 | 合法的包名 | ${entityPackage}.table |
|
||||
| processor.allInTables.className | Tables 类名 | 合法的类名 | Tables |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user