PageHelper循环依赖 com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

PageHelper循环依赖 com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration

关于这个报错是插件版本问题,要么降低你的版本,要么提高1.4.1

<!--分页插件-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.1</version>
</dependency>
posted @ 2022-08-10 23:03  熬夜遭毒打  阅读(825)  评论(0)    收藏  举报