Commit 240f79f0 authored by 何伟's avatar 何伟 Committed by GitHub

Update README.md

parent e0bee6b8
...@@ -48,7 +48,7 @@ public interface TbMapper { ...@@ -48,7 +48,7 @@ public interface TbMapper {
Tb selectOneByExample(TbExample example); Tb selectOneByExample(TbExample example);
} }
``` ```
### <span id="case2">2. MySQL分页插件</span> ### <span id="case2"></span>2. MySQL分页插件
对应表Example类增加了Mysql分页方法,limit(Integer rows)、limit(Integer offset, Integer rows)和page(Integer page, Integer pageSize) 对应表Example类增加了Mysql分页方法,limit(Integer rows)、limit(Integer offset, Integer rows)和page(Integer page, Integer pageSize)
插件: 插件:
```xml ```xml
...@@ -534,4 +534,4 @@ public class Test { ...@@ -534,4 +534,4 @@ public class Test {
); );
} }
} }
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment