修改配置
parent
f1d72919c1
commit
64511d51b7
|
|
@ -35,13 +35,13 @@ spring:
|
|||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
timeout: 10000
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
pool:
|
||||
min-idle: 0
|
||||
max-idle: 8
|
||||
max-active: 8
|
||||
max-wait: -1
|
||||
max-wait: -1ms
|
||||
mail:
|
||||
default-encoding: UTF-8
|
||||
host: smtp.163.com
|
||||
|
|
|
|||
Loading…
Reference in New Issue