From e4b82f7e50eb60be71dd868dd6aeb0268b475a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Wed, 8 Mar 2023 11:58:59 +0800 Subject: [PATCH] update docs --- readme_zh.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/readme_zh.md b/readme_zh.md index 8c2d2148..c984da37 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -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) - -