Skip to content

Commit 05fe5d7

Browse files
authored
Update readme.md
1 parent 008cf16 commit 05fe5d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# simple-mybatis
33

44
## 前言
5-
mybatis框架已经被大量使用,但是随着近些时间springboot的流行还有很多人在使用mybatis时采用xml的方式配置mapper.该框架将让Mybatis可以更方便的在springboot项目上使用
5+
随着springboot开发方式的流行,但是还有好多人在使用mybatis时依旧采用xml的方式配置mapper,该框架的出现的原因主要是为了可以更方便的将Mybatis在springboot项目上使用
66

77
## 框架说明
8-
* 框架依赖兵支持jpa注解的写法
8+
* 框架依赖并兼容jpa注解
99
* 提供了常用操作的Mapper封装
10-
* 基于pagehelper提供了分页支持
10+
* 基于pagehelper提供了分页的规范支持
1111
* 提供Query方式对查询语句的支持
12-
* 提供Tree数据接口的支持
12+
* 提供Tree数据格式的规范支持
1313

1414
## 仓库地址
1515
```$xslt

0 commit comments

Comments
 (0)