mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
6af8d93a43
@ -20,7 +20,7 @@ MyBatis-Flex 使用了 APT(Annotation Processing Tool)技术,在项目编
|
||||
| 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.package | Tables 包名 | 合法的包名 | ${entityPackage}.table |
|
||||
| processor.allInTables.className | Tables 类名 | 合法的类名 | Tables |
|
||||
| processor.mapper.generateEnable | 开启 Mapper 自动生成 | true/false | false |
|
||||
| processor.mapper.annotation | 开启 @Mapper 注解 | true/false | false |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user