springboot pageHelper不生效问题

最近搭建springboot框架的时候,使用分页插件不能使用,发现原因,不能使用本来插件

 
            com.github.pagehelper
            pagehelper
            5.1.8
        

必须使用springboot的分页插件

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

而且不能省略版本号

你可能感兴趣的:(springboot,错误)