PageHelper报错,循环依赖The dependencies of some of the beans in the application context form a cycle:
最新推荐文章于 2024-04-08 02:32:37 发布
在使用PageHelper分页插件时遇到错误,问题根源是bean的循环依赖。解决方案是确保PageHelperAutoConfiguration对应的版本为2.7.7时,配合1.4.6版本可解决此问题。

3443

被折叠的 条评论
为什么被折叠?



