doc: update docs

This commit is contained in:
开源海哥 2023-08-14 09:55:50 +08:00
parent c487f6a29d
commit e2cedf4523
2 changed files with 14 additions and 8 deletions

View File

@ -59,7 +59,7 @@ dependencies {
参考:[APT 设置-和 Lombok、Mapstruct 整合](../others/apt.md)
> 在Kotlin中使用时请参考[在Kotlin中使用注解处理器](../kotlin/kapt.md)
> 在Kotlin中使用时请参考[在Kotlin中使用注解处理器](../others/kapt.md)
**【Kotlin】**
```kotlin

View File

@ -1,4 +1,5 @@
# 基于 Kotlin 扩展 Mybatis-Flex
## 快速开始
在开始之前,我们假定您已经:
@ -105,11 +106,16 @@ Account(id=1, userName=张三, age=18, birthday=Sat Jan 11 00:00:00 CST 2020)
>
> 若觉得 APT 使用不习惯,也可以使用代码生成器来生成。点击 [代码生成器文档](../others/codegen.md) 了解。
## 更多使用
[comment]: <> (## 更多使用)
- 功能 1[Bootstrap简化配置]()
- 功能 2[简单查询]()
- 功能 3[表实体扩展]()
- 功能 4[SQL扩展/中缀]()
- 功能 5[Mapper扩展]()
###### TODO ...
[comment]: <> (- 功能 1[Bootstrap简化配置]&#40;&#41;)
[comment]: <> (- 功能 2[简单查询]&#40;&#41;)
[comment]: <> (- 功能 3[表实体扩展]&#40;&#41;)
[comment]: <> (- 功能 4[SQL扩展/中缀]&#40;&#41;)
[comment]: <> (- 功能 5[Mapper扩展]&#40;&#41;)
[comment]: <> (###### TODO ...)