分页配置统一

This commit is contained in:
2024-06-27 14:21:33 +08:00
parent d8305159bd
commit e91636a188
14 changed files with 24 additions and 60 deletions

View File

@@ -4,6 +4,12 @@ spring:
server:
servlet:
context-path: /cashier-client/
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: false
helperDialect: mysql
params: count=countSql
# 日志配置
logging:
level: