feat:分页查询

This commit is contained in:
xiang
2025-09-23 22:41:27 +08:00
parent 8d31023505
commit 33c7e5fc5a
3 changed files with 13 additions and 1 deletions

View File

@@ -16,4 +16,9 @@ mybatis:
mapper-locations:
- classpath*:mapper/*/*.xml
configuration:
map-underscore-to-camel-case: true
map-underscore-to-camel-case: true
pagehelper:
helperDialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSql