Skip to content

Commit 9f73fe9

Browse files
author
Stephen.lin
authored
Update README.md
完善使用说明
1 parent 12c3bf0 commit 9f73fe9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ PageHelper.pageEnd();
1414
```xml
1515
<plugins>
1616
<plugin interceptor="com.zuicoding.platform.mybatis.pagination.PaginationHandler">
17-
<property name="dialect" value="xxx.xxx.xxx"/>`
18-
</plugin>
19-
</plugins>
17+
<property name="dialect" value="mysql"/>
18+
</plugin>
19+
</plugins>
2020
```
21-
* 3.sql 方言 dialect 是可配置的,目前提供的有mysql的方言
21+
* 3.sql 方言 dialect 是可配置的,目前提供的有mysql(默认,直接写 mysql 就可以)的方言
2222
当然如果 你可以自定义 sql dialect ,只需要实现 IDialect 接口就可以了,然后在 `<property name="dialect" value="xxx.xxx.xxx"/>`配置你的实现类引用就可以了。

0 commit comments

Comments
 (0)