update docs

This commit is contained in:
开源海哥 2023-03-08 11:58:59 +08:00
parent 0ca7c40326
commit e4b82f7e50

View File

@ -21,9 +21,13 @@
## 开始
- [Maven 依赖](./docs/zh/maven.md)
- [示例项目](./mybatis-flex-test)
- 示例 1[Mybatis-Flex 原生(非 Spring](./mybatis-flex-test/mybatis-flex-native-test)
- 示例 2[Mybatis-Flex with Spring](./mybatis-flex-test/mybatis-flex-spring-test)
- 示例 3[Mybatis-Flex with Spring boot](./mybatis-flex-test/mybatis-flex-spring-boot-test)
## hello world
## hello world原生
**第一步:编写 Entity 实体类**
@ -469,10 +473,3 @@ public class Account {
- [Db + Row](./docs/zh/db_row.md)
- [APT](./docs/zh/apt.md)
## 更多示例
- 示例 1[Mybatis-Flex 原生(非 Spring](./mybatis-flex-test/mybatis-flex-native-test)
- 示例 2[Mybatis-Flex with Spring](./mybatis-flex-test/mybatis-flex-spring-test)
- 示例 3[Mybatis-Flex with Spring boot](./mybatis-flex-test/mybatis-flex-spring-boot-test)