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 12c3bf0 commit 9f73fe9Copy full SHA for 9f73fe9
README.md
@@ -14,9 +14,9 @@ PageHelper.pageEnd();
14
```xml
15
<plugins>
16
<plugin interceptor="com.zuicoding.platform.mybatis.pagination.PaginationHandler">
17
- <property name="dialect" value="xxx.xxx.xxx"/>`
18
- </plugin>
19
- </plugins>
+ <property name="dialect" value="mysql"/>
+ </plugin>
+</plugins>
20
```
21
-* 3.sql 方言 dialect 是可配置的,目前提供的有mysql的方言。
+* 3.sql 方言 dialect 是可配置的,目前提供的有mysql(默认,直接写 mysql 就可以)的方言。
22
当然如果 你可以自定义 sql dialect ,只需要实现 IDialect 接口就可以了,然后在 `<property name="dialect" value="xxx.xxx.xxx"/>`配置你的实现类引用就可以了。
0 commit comments