From 145e6a72a2da71e4fbe3eef23101727625a55821 Mon Sep 17 00:00:00 2001 From: qixy Date: Fri, 4 Aug 2023 06:41:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/others/apt.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E5=BC=80=E5=90=AF=E5=8F=8A=E5=85=B3=E9=97=AD=20Mapper?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E5=8A=9F=E8=83=BD=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=B9=E5=BC=8F=E7=9A=84=E8=A1=A8=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qixy --- 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 478e781e..26da8dae 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -115,7 +115,7 @@ processor.tableDef.ignoreEntitySuffixes = Model, Dto processor.mapper.generateEnable = true ``` -以上的配置,会关闭整个项目的 APT 生成,若我们只想关闭某一个 Entity 的 APT 生成,那么可以通过配置注解 `@Table(mapperGenerateEnable = false)` 进行关闭。 +以上的配置,会开启整个项目的 APT 生成,若我们想关闭某一个 Entity 的 APT 生成,那么可以通过配置注解 `@Table(mapperGenerateEnable = false)` 进行关闭。 ## APT 生成的 Mapper 包名