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