赞
踩
使用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 看了半天没发现哪里循环依赖。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。