springboot整合分页插件PageHelper
2021-05-04 22:30
标签:port 配置文件 params enc style artifact 注释 span 技术 1.pom引入 springboot整合分页插件PageHelper 标签:port 配置文件 params enc style artifact 注释 span 技术 原文地址:https://www.cnblogs.com/ki16/p/13193835.html
mybatis-plus-boot-starter
pagehelper-spring-boot-starter
使用注释的会报版本错
2. 配置文件
############# 分页插件PageHelper配置 #############
pagehelper.helper-dialect=sqlserver
pagehelper.reasonable=true
pagehelper.support-methods-arguments=true
pagehelper.params=count=countSql
#pagehelper.pageSizeZero=true
3.使用
文章标题:springboot整合分页插件PageHelper
文章链接:http://soscw.com/index.php/essay/82466.html