Mybatis-plus新版本分页失效,PaginationInterceptor是否已过时?
- 内容介绍
- 文章标签
- 相关推荐
本文共计261个文字,预计阅读时间需要2分钟。
一、确认mybatis-plus-boot-starter版本为3.4.0,此版本对部分功能进行了更新。
二、若使用旧版本升级至3.4.0,可能出现分页失效问题。同时,IDEA会提示PaginationInterceptor过时,建议使用MybatisPlusInterceptor和Mybatis。
本文共计261个文字,预计阅读时间需要2分钟。
一、确认mybatis-plus-boot-starter版本为3.4.0,此版本对部分功能进行了更新。
二、若使用旧版本升级至3.4.0,可能出现分页失效问题。同时,IDEA会提示PaginationInterceptor过时,建议使用MybatisPlusInterceptor和Mybatis。

