1、技术栈:
JDK 17 + SpringBoot 3.1.0 + PageHelper 1.4.0
2、异常表现:
PageHelper 分页拦截器不生效
3、解决方案:
将 pagehelper-spring-boot-starter 版本由 1.4.0 升级到 1.4.7 (写这篇博客时的最新版)
转载:SpringBoot源码实用场景:SpringBoot 3.1.0 环境下 PageHelper 1.4.0不生效问题排查
1、技术栈:
JDK 17 + SpringBoot 3.1.0 + PageHelper 1.4.0
2、异常表现:
PageHelper 分页拦截器不生效
3、解决方案:
将 pagehelper-spring-boot-starter 版本由 1.4.0 升级到 1.4.7 (写这篇博客时的最新版)
转载:SpringBoot源码实用场景:SpringBoot 3.1.0 环境下 PageHelper 1.4.0不生效问题排查