修改配置

master
wei.zhang2 2018-06-27 09:17:11 +08:00
parent f1d72919c1
commit 64511d51b7
1 changed files with 2 additions and 2 deletions

View File

@ -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