Commit a3ddc0fd by guo_minglei@163.com

redis修改连接信息

parent 88e76774
...@@ -14,11 +14,21 @@ spring: ...@@ -14,11 +14,21 @@ spring:
properties: properties:
from: huangfusuper@163.com from: huangfusuper@163.com
redis: spring:
database: 0 redis:
host: 10.0.120.30 database: 0
port: 6379 host: 10.0.120.208
password: password:
port: 6379
timeout: 0
pool:
max-active: 8
max-idle: 8
max-wait: -1
min-idle: 0
mybatis: mybatis:
mapper-locations: /mapper/*.xml mapper-locations: /mapper/*.xml
......
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