修改添加redis相关代码
This commit is contained in:
@@ -8,6 +8,17 @@ spring:
|
||||
max-active: 30
|
||||
test-on-borrow: true
|
||||
initial-size: 3
|
||||
redis:
|
||||
password:
|
||||
database: 1
|
||||
port: 6379
|
||||
pool:
|
||||
max-idle: 10
|
||||
min-idle: 0
|
||||
max-active: 200
|
||||
max-wait: -1
|
||||
host: 130.120.3.232
|
||||
timeout: 1000
|
||||
kafka:
|
||||
producer:
|
||||
retries: 0
|
||||
|
||||
Reference in New Issue
Block a user