当前位置:   article > 正文

PageHelper循环依赖 com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration_pagehelper循环依赖解决

pagehelper循环依赖解决

在用pageHelper的时候突然遇到个问题,启动项目后出现这个情况:
在这里插入图片描述

springboot2.6好像禁止循环依赖还是啥的,翻来翻去没看到解决办法,后面去pageHelper github看,才看到最新版本已经解决了这个问题。

解决方案:更新到最新版本pageHelper,我的是1.4.1。

  <!-- pagehelper 分页插件 -->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.4.1</version>
        </dependency>

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

闽ICP备14008679号