update docs/zh/others/apt.md.

错别字修改 
其要求我们再 --> 其要求我们在

Signed-off-by: 淡定 <1062904651@qq.com>
This commit is contained in:
淡定 2023-07-25 01:50:50 +00:00 committed by Gitee
parent 1b77bcc1f9
commit fb25359c77
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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` 配置里去,如下图所示: