统一分页配置

This commit is contained in:
2024-06-27 14:24:22 +08:00
parent b431937e49
commit 6fc74c9700
7 changed files with 7 additions and 37 deletions

View File

@@ -40,12 +40,6 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -37,12 +37,7 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -39,12 +39,6 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -39,12 +39,6 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -39,12 +39,6 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -37,12 +37,6 @@ spring:
port: 5672 port: 5672
username: admin username: admin
password: Czg666888 password: Czg666888
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: true
helperDialect: mysql
params: count=countSql
mybatis: mybatis:
configuration: configuration:

View File

@@ -34,7 +34,12 @@ netty:
parent-group-threads: 10 parent-group-threads: 10
# 客户端的线程数 # 客户端的线程数
child-group-threads: 10 child-group-threads: 10
#分页配置
pagehelper:
supportMethodsArguments: true
reasonable: false
helperDialect: mysql
params: count=countSql
logging: logging:
level: level:
# web日志 # web日志