Skip to content

Commit f29a301

Browse files
authored
Update README.md
1 parent 3e1c68a commit f29a301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ public interface TbMapper {
9696
```
9797
### 2. MySQL分页插件
9898
对应表Example类增加了Mysql分页方法,limit(Integer rows)、limit(Integer offset, Integer rows)和page(Integer page, Integer pageSize)
99-
>warning:分页从0开始,目前网上流行的大多数前端框架分页都是从0开始,插件保持这种方式;
99+
>warning:分页从0开始,目前网上流行的大多数前端框架分页都是从0开始,插件保持这种方式;
100+
100101
插件:
101102
```xml
102103
<!-- MySQL分页插件 -->

0 commit comments

Comments
 (0)