迁移达梦数据库后,com.github.pagehelper.PageException: 无法自动获取数据库类型,请通过 helperDialect 参数指定

application.properties文件设置:

##切换到达梦数据库下需要设置此参数,否则分页无效
PageHelper.helperDialect=oracle

application.yml文件设置:

pagehelper:
helperDialect: oracle

## 以下内容可以不加
reasonable: true
supportMethodsArguments: true
params: count=countSql

版权声明:本文为dudefu011原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。