From c00a2059907e746f0f7c57f50ff26db8fb5e3f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=B7=A1=E5=BF=98=E4=B8=80=E5=88=87?= Date: Thu, 27 Jul 2023 06:45:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/others/apt.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 时间淡忘一切 --- docs/zh/others/apt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index db3bcaf7..006b062e 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -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 |