doc: 更新 faq 说明原因。

This commit is contained in:
Suomm 2023-06-21 21:58:05 +08:00
parent 66c2ad1522
commit 87916b4fcc

View File

@ -126,8 +126,9 @@ spring:
## 与 PageHelper 集成出现错误
在社区中,一些老的项目在使用到了开源项目 PageHelper用于解决 xml 的分页问题,在和 MyBatis-flex 整合使用中,出现了一些错误,
需要把 `pagehelper-spring-boot-starter` 依赖替换为 `pagehelper`;
在社区中,一些老的项目在使用到了开源项目 PageHelper用于解决 xml 的分页问题,在和 MyBatis-flex
整合使用中,出现了一些错误,原因是 `pagehelper-spring-boot-starter` 依赖了 `mybatis-spring-boot-starter`
此时需要把 `pagehelper-spring-boot-starter` 依赖替换为 `pagehelper`,然后手动添加 `PageInterceptor`
```xml