Commit f5f59dce by guo_minglei@163.com

redis修改连接信息

parent 741f909f
......@@ -19,12 +19,6 @@ spring:
host: 10.0.120.218
port: 6379
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 60000
mybatis:
mapper-locations: /mapper/*.xml
......
......@@ -19,12 +19,6 @@ spring:
host: 10.0.120.218
port: 6379
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 60000
mybatis:
mapper-locations: /mapper/*.xml
......
......@@ -19,12 +19,6 @@ spring:
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 60000
mybatis:
mapper-locations: /mapper/*.xml
......
......@@ -19,12 +19,7 @@ spring:
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 60000
mybatis:
mapper-locations: /mapper/*.xml
......
......@@ -23,9 +23,4 @@ spring:
host: 10.0.120.218
port: 6379
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 60000
......@@ -23,9 +23,4 @@ spring:
host: 10.0.120.218
port: 6379
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 0
......@@ -24,9 +24,3 @@ spring:
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 0
\ No newline at end of file
......@@ -24,9 +24,3 @@ spring:
host: ${Redis_IP}
port: ${Redis_port}
password:
pool:
max-active: 8
max-wait: -1
max-idle: 8
min-idle: 0
timeout: 0
\ No newline at end of file
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