去除默认分页合理化参数
This commit is contained in:
parent
0a516e3001
commit
60673b3b64
|
@ -100,7 +100,6 @@ mybatis:
|
||||||
# PageHelper分页插件
|
# PageHelper分页插件
|
||||||
pagehelper:
|
pagehelper:
|
||||||
helperDialect: mysql
|
helperDialect: mysql
|
||||||
reasonable: true
|
|
||||||
supportMethodsArguments: true
|
supportMethodsArguments: true
|
||||||
params: count=countSql
|
params: count=countSql
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue