Commit 3f895be4 by 黄明步

.

parent 14810208
......@@ -28,22 +28,16 @@ spring:
max-request-size: 10240MB
redis:
cluster:
nodes:
- 147.2.4.15:6379
- 147.2.4.15:6380
- 147.2.4.16:6379
- 147.2.4.16:6380
- 147.2.4.17:6379
- 147.2.4.17:6380
host: 147.2.4.16
port: 6379
database: 0
password: Docimax@123
jedis:
pool:
max-active: 128
max-active: 1024
max-wait: 60s
max-idle: 64
min-idle: 0
min-idle: 8
timeout: 5000
eureka:
......
......@@ -292,6 +292,7 @@
url: gatewayUrl + '/server/getServerStatus',
cellMinWidth: 80,
height: '#tableContent-0',
loading: false,
parseData: function (res) { // res 即为原始返回的数据
return {
"code": res.code, // 解析接口状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment