From 95b4ec0d68544cbe32f3efd232560becfcbb8142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E9=B8=9F3853?= Date: Fri, 14 Jul 2023 15:43:27 +0800 Subject: [PATCH] doc: update docs --- docs/zh/others/apt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 86b1726e..e695c542 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -22,6 +22,7 @@ MyBatis-Flex 使用了 APT(Annotation Processing Tool)技术,在项目编 | 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 | | processor.mapper.baseClass | 自定义 Mapper 的父类 | 全路径类名 | com.mybatisflex.core.BaseMapper | | processor.mapper.package | 自定义 Mapper 生成的包名 | 合法的包名 | ${entityPackage}.mapper | | processor.tableDef.propertiesNameStyle | 生成辅助类的字段风格 | upperCase, lowerCase
upperCamelCase, lowerCamelCase | upperCase |