Skip to content

Commit

Permalink
Update pagination.mdx
Browse files Browse the repository at this point in the history
提示使用者在使用v3.5.9+版本,可能会遇到的一些疑惑(问题)
  • Loading branch information
musicguoke authored and nieqiurong committed Oct 29, 2024
1 parent 123593b commit d8e1b0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/plugins/pagination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import SupportDb from '@/components/SupportDb.astro';

MyBatis-Plus 的分页插件 `PaginationInnerInterceptor` 提供了强大的分页功能,支持多种数据库,使得分页查询变得简单高效。

:::tip
`v3.5.9` 起,`PaginationInnerInterceptor` 已分离出来。如需使用,则需单独引入 `mybatis-plus-jsqlparser` 依赖 , 具体请查看 [安装](/getting-started/install) 一章。
:::

## 支持的数据库

`PaginationInnerInterceptor` 支持广泛的数据库,包括但不限于:
Expand Down

0 comments on commit d8e1b0a

Please sign in to comment.