Closed feng-dan closed 1 year ago
嗯嗯 感谢你的提醒 我感觉直接把pagehelper-spring-boot-starter的依赖移除掉,可能更避免误解。 你觉得如何?
是的,可以移除掉 pagehelper-spring-boot-starter依赖
从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送
发件人: @.> 发送时间: 2023年3月26日 11:07 收件人: @.> 抄送: @.>; @.> 主题: Re: [valarchie/AgileBoot-Back-End] maven 依赖问题 (Issue #28)
嗯嗯 感谢你的提醒 我感觉直接把pagehelper-spring-boot-starter的依赖移除掉,可能更避免误解。 你觉得如何?
― Reply to this email directly, view it on GitHubhttps://github.com/valarchie/AgileBoot-Back-End/issues/28#issuecomment-1483981139, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHBG237TXBREGTDM6H3R5ZLW56XH5ANCNFSM6AAAAAAWH4Y6DI. You are receiving this because you authored the thread.Message ID: @.***>
如果是使用排除操作,mybatis spring boot starter 有自动配置类,会加载失败
从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送
发件人: valarchie @.> 发送时间: Sunday, March 26, 2023 11:07:42 AM 收件人: valarchie/AgileBoot-Back-End @.> 抄送: fengdan @.>; Author @.> 主题: Re: [valarchie/AgileBoot-Back-End] maven 依赖问题 (Issue #28)
嗯嗯 感谢你的提醒 我感觉直接把pagehelper-spring-boot-starter的依赖移除掉,可能更避免误解。 你觉得如何?
― Reply to this email directly, view it on GitHubhttps://github.com/valarchie/AgileBoot-Back-End/issues/28#issuecomment-1483981139, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHBG237TXBREGTDM6H3R5ZLW56XH5ANCNFSM6AAAAAAWH4Y6DI. You are receiving this because you authored the thread.Message ID: @.***>
嗯嗯 我直接把pagehelper-spring-boot-starter的依赖移除掉了。 已经push上去了 感谢你的提醒。
BUG描述 [[关于BUG清晰简洁的描述。] mybatis-plus-boot-starter:3.5.2 里 jsqlparser:4.4、mybatis:3.5.10与 pagehelper-spring-boot-starter:1.4.1 里 jsqlparser:4.2、mybatis:3.5.9 存在依赖版本冲突
复现步骤 详细的复现步骤。
正确的行为 你认为这个修复这个BUG后,正确的行为应该是什么。 pagehelper-spring-boot-starter 提供分页功能 、mybatis-plus-boot-starter 也提供分页功能,个人建议把 pagehelper-spring-boot-starter 移除,或者不想移除 pagehelper-spring-boot-starter ,可以把 pagehelper-spring-boot-starter 的 jsqlparser:4.2、mybatis:3.5.9 maven 依赖排除 如图:
详细截图 如果可以的话,请添加截图以帮助调查BUG.
桌面端:
手机端:
Additional context 任何其他你认为有助于排查错误的信息,或者你的猜测。