We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008cf16 commit 05fe5d7Copy full SHA for 05fe5d7
readme.md
@@ -2,14 +2,14 @@
2
# simple-mybatis
3
4
## 前言
5
-mybatis框架已经被大量使用,但是随着近些时间springboot的流行还有很多人在使用mybatis时采用xml的方式配置mapper.该框架将让Mybatis可以更方便的在springboot项目上使用。
+随着springboot开发方式的流行,但是还有好多人在使用mybatis时依旧采用xml的方式配置mapper,该框架的出现的原因主要是为了可以更方便的将Mybatis在springboot项目上使用。
6
7
## 框架说明
8
-* 框架依赖兵支持jpa注解的写法
+* 框架依赖并兼容jpa注解
9
* 提供了常用操作的Mapper封装
10
-* 基于pagehelper提供了分页支持
+* 基于pagehelper提供了分页的规范支持
11
* 提供Query方式对查询语句的支持
12
-* 提供Tree数据接口的支持
+* 提供Tree数据格式的规范支持
13
14
## 仓库地址
15
```$xslt
0 commit comments