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 3e1c68a commit f29a301Copy full SHA for f29a301
README.md
@@ -96,7 +96,8 @@ public interface TbMapper {
96
```
97
### 2. MySQL分页插件
98
对应表Example类增加了Mysql分页方法,limit(Integer rows)、limit(Integer offset, Integer rows)和page(Integer page, Integer pageSize)
99
->warning:分页从0开始,目前网上流行的大多数前端框架分页都是从0开始,插件保持这种方式;
+>warning:分页从0开始,目前网上流行的大多数前端框架分页都是从0开始,插件保持这种方式;
100
+
101
插件:
102
```xml
103
<!-- MySQL分页插件 -->
0 commit comments