From fb25359c772160c37aff9e6525632a8fae955e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=A1=E5=AE=9A?= <1062904651@qq.com> Date: Tue, 25 Jul 2023 01:50:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/others/apt.md.=20=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E4=BF=AE=E6=94=B9=20=E5=85=B6=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E6=88=91=E4=BB=AC=E5=86=8D=20-->=20=E5=85=B6=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E6=88=91=E4=BB=AC=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 淡定 <1062904651@qq.com> --- 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 075306d2..540785a7 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -173,7 +173,7 @@ processor.allInTables.package=com.example.entity.table ## 和 Lombok、Mapstruct 整合 -在很多项目中,用到了 Lombok 帮我们减少代码编写,同时用到 Mapstruct 进行 bean 转换。使用到 Lombok 和 Mapstruct 时,其要求我们再 +在很多项目中,用到了 Lombok 帮我们减少代码编写,同时用到 Mapstruct 进行 bean 转换。使用到 Lombok 和 Mapstruct 时,其要求我们在 pom.xml 添加 `annotationProcessorPaths` 配置, 此时,我们也需要把 MyBatis-Flex 的 annotation 添加到 `annotationProcessorPaths` 配置里去,如下图所示: