Springboot2.X解决pagehelper分页不生效的问题

首先springboot版本一定要是2.0

看pom
原来我引入的pagehelper是

dependency>
            com.github.pagehelper
            pagehelper
            4.1.6
        

后来
我把pom里面的pagehelper依赖换成了

 
            com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.10
        

然后 重新启动

Springboot2.X解决pagehelper分页不生效的问题_第1张图片

你可能感兴趣的:(springboot,springboot2.0,pagehelper)