From 9803bb490daf82b229b17bcaf4ac303264bcd3e3 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Wed, 21 Jun 2023 21:58:05 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2087916b4=20from=20https://gitee.com/Suom?= =?UTF-8?q?m/mybatis-flex/pulls/83=20doc:=20=E6=9B=B4=E6=96=B0=20faq=20?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E5=8E=9F=E5=9B=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/faq.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/zh/faq.md b/docs/zh/faq.md index 1a39cf25..e0632b14 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -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