Commit 3f895be4 by 黄明步

.

parent 14810208
...@@ -28,22 +28,16 @@ spring: ...@@ -28,22 +28,16 @@ spring:
max-request-size: 10240MB max-request-size: 10240MB
redis: redis:
cluster: host: 147.2.4.16
nodes: port: 6379
- 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
database: 0 database: 0
password: Docimax@123 password: Docimax@123
jedis: jedis:
pool: pool:
max-active: 128 max-active: 1024
max-wait: 60s max-wait: 60s
max-idle: 64 max-idle: 64
min-idle: 0 min-idle: 8
timeout: 5000 timeout: 5000
eureka: eureka:
......
...@@ -292,6 +292,7 @@ ...@@ -292,6 +292,7 @@
url: gatewayUrl + '/server/getServerStatus', url: gatewayUrl + '/server/getServerStatus',
cellMinWidth: 80, cellMinWidth: 80,
height: '#tableContent-0', height: '#tableContent-0',
loading: false,
parseData: function (res) { // res 即为原始返回的数据 parseData: function (res) { // res 即为原始返回的数据
return { return {
"code": res.code, // 解析接口状态 "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