最近搭建springboot框架的时候,使用分页插件不能使用,发现原因,不能使用本来插件
com.github.pagehelper pagehelper5.1.8
必须使用springboot的分页插件
com.github.pagehelper pagehelper-spring-boot-starter1.2.10
而且不能省略版本号

最近搭建springboot框架的时候,使用分页插件不能使用,发现原因,不能使用本来插件
com.github.pagehelper pagehelper5.1.8
必须使用springboot的分页插件
com.github.pagehelper pagehelper-spring-boot-starter1.2.10
而且不能省略版本号