From c772507b694aeada09bb97153be77057bea2c5c1 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 23 Apr 2021 16:18:53 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ca2b2a7..c3cc63f 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,6 @@ 2.用Interceptor实现数据库**SELECT分页查询**; 3.提供mybatis-jpa-extra-spring-boot-starter,**简化SpringBoot集成**; - -相关资源 - -[MyBatis网站][1] - -[MyBatis GitHub源码][2] - ## 1、JavaBean注释简单 @@ -532,5 +525,11 @@ mybatis.table-column-snowflake-machine-id=1 ``` +## 5、相关资源 + +[MyBatis网站][1] + +[MyBatis GitHub源码][2] + [1]: http://www.mybatis.org/mybatis-3/ [2]: https://github.com/mybatis/mybatis-3/ -- GitLab