统一分页配置
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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日志
|
||||||
|
|||||||
Reference in New Issue
Block a user