springboot分页不生效

排查完代码、pom文件都没问题

最后发现yml里面没有配置

pagehelper:
  helperDialect: oracle
  reasonable: true
  supportMethodsArguments: true
  params: count=countSql

你可能感兴趣的:(spring,boot)