当前位置:   article > 正文

PageHelper循环依赖

pagehelper循环依赖

使用Springboot 2.6.4搭建项目,整合Pagehelper时发现循环依赖,百度了大部分发现都是降低配置。不想降配置,就搜索pagehelper,然后去官网看看,结果就发现新版本已经解决了。用

报错:

Description:

The dependencies of some of the beans in the application context form a cycle:

┌──->──┐
|  com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
└──<-──┘


Action:

Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
 

翻译过来就是更新配置或者允许循环依赖

idea的maven ->show  denpendenci 看了半天没发现哪里循环依赖。 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/88334
推荐阅读
相关标签
  

闽ICP备14008679号