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