bug修改记录
作者:互联网
com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration
PageHelperAutoConfiguration形成了依赖循环
使用PageHelper启动Spring boot出错:
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.10</version>
</dependency>
解决方案:
更换Pagehelper版本:1.4.1
标签:1.4,1.1,记录,boot,PageHelper,修改,PageHelperAutoConfiguration,com,bug 来源: https://blog.csdn.net/fangjd123/article/details/123616183