Skip to content

Commit 2bb10c4

Browse files
author
Stephen.lin
authored
add for example
add for example
1 parent d3aaa06 commit 2bb10c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#### mybatis 分页插件
22

33
基于 exectur 拦截 查询请求
4+
#### For Example
5+
6+
```java
7+
PageHelper.pageStart(pager);
8+
List<Object> list = testerMapper.selectListByPager(post);
9+
pager = PageHelper.pageEnd();
10+
```

0 commit comments

Comments
 (0)