mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
doc: update docs
This commit is contained in:
parent
c487f6a29d
commit
e2cedf4523
@ -59,7 +59,7 @@ dependencies {
|
||||
|
||||
参考:[APT 设置-和 Lombok、Mapstruct 整合](../others/apt.md)
|
||||
|
||||
> 在Kotlin中使用时,请参考[在Kotlin中使用注解处理器](../kotlin/kapt.md)
|
||||
> 在Kotlin中使用时,请参考[在Kotlin中使用注解处理器](../others/kapt.md)
|
||||
|
||||
**【Kotlin】**
|
||||
```kotlin
|
||||
|
||||
@ -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简化配置]())
|
||||
|
||||
[comment]: <> (- 功能 2:[简单查询]())
|
||||
|
||||
[comment]: <> (- 功能 3:[表实体扩展]())
|
||||
|
||||
[comment]: <> (- 功能 4:[SQL扩展/中缀]())
|
||||
|
||||
[comment]: <> (- 功能 5:[Mapper扩展]())
|
||||
|
||||
[comment]: <> (###### TODO ...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user