导入PageHelper依赖之后项目起不来了
来源:6-4 使用PageHelper实现后端分页

慕盖茨0157846
2022-02-27
描述
The dependencies of some of the beans in the application context form a cycle:
┌──->──┐
| com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘
写回答
1回答
-
甲蛙
2022-02-28
检查springboot版本和pagehelper版本是否和课程一致,不一致的话可能是版本不兼容,改成一致的版本
00
相似问题