1:修改jsp-api冲突导致swagger日志界面出现jsp报错的问题

2:修改日志查询为先查询总量在查询数据的逻辑
This commit is contained in:
renkaige
2018-11-09 17:00:02 +08:00
parent 3669ed3cd2
commit 9305659f5b
4 changed files with 28 additions and 24 deletions

View File

@@ -187,11 +187,9 @@ redis.timeout=100000
#一般当此值设置过大时容易报Too many Cluster redirections
redis.maxRedirects=3
#3A-redis集群配置
redis.cluster.host1=192.168.10.205
redis.cluster.port1:7031
redis.cluster.port2:7032
redis.cluster.port3:7033
redis.cluster.port4:7034
redis.cluster.port5:7035
redis.cluster.port6:7036
#3A-redis集群配置,如果需要执行数据同步需要在集群中执行LPUSH SyncRedisToCluster "1"
redis.cluster.host1=192.168.10.192
redis.cluster.host2=192.168.10.193
redis.cluster.port1=7001
redis.cluster.port2=7002
redis.cluster.port3=7003