|
@ -36,20 +36,20 @@ spring:
|
|
|
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
|
max-idle: 20 # 连接池中的最大空闲连接
|
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
|
mail:
|
|
|
default-encoding: UTF-8
|
|
|
# mail:
|
|
|
# default-encoding: UTF-8
|
|
|
#端口
|
|
|
port: 25
|
|
|
# port: 25
|
|
|
#协议
|
|
|
protocol: smtp
|
|
|
properties.mail.smtp.auth: true
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
properties.mail.smtp.starttls.required: true
|
|
|
host: smtp.163.com
|
|
|
# protocol: smtp
|
|
|
# properties.mail.smtp.auth: true
|
|
|
# properties.mail.smtp.starttls.enable: true
|
|
|
# properties.mail.smtp.starttls.required: true
|
|
|
# host: smtp.163.com
|
|
|
#发送者的邮箱密码
|
|
|
password: xmijk181016jkzl
|
|
|
# password: xmijk181016jkzl
|
|
|
#发送者的邮箱账号
|
|
|
username: i_jiankang@163.com
|
|
|
# username: i_jiankang@163.com
|
|
|
es:
|
|
|
index:
|
|
|
servicePackLog: base_service_package_log
|