|
@ -41,6 +41,11 @@ spring:
|
|
|
properties.mail.smtp.auth: true
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
properties.mail.smtp.starttls.required: true
|
|
|
host: smtp.163.com
|
|
|
#发送者的邮箱密码
|
|
|
password: xmijk181016jkzl
|
|
|
#发送者的邮箱账号
|
|
|
username: i_jiankang@163.com
|
|
|
es:
|
|
|
index:
|
|
|
servicePackLog: base_service_package_log
|
|
@ -88,12 +93,6 @@ spring:
|
|
|
# password: jkzl_ehr
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
#发送者的邮箱密码
|
|
|
password: xmijk181016jkzl
|
|
|
#发送者的邮箱账号
|
|
|
username: i_jiankang@163.com
|
|
|
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|
|
@ -122,24 +121,6 @@ spring:
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
#发送者的邮箱密码
|
|
|
password: xmijk181016jkzl
|
|
|
#发送者的邮箱账号
|
|
|
username: i_jiankang@163.com
|
|
|
# password: jkzl_ehr
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
# mail:
|
|
|
default-encoding: UTF-8
|
|
|
#端口
|
|
|
port: 25
|
|
|
#协议
|
|
|
protocol: smtp
|
|
|
properties.mail.smtp.auth: true
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
properties.mail.smtp.starttls.required: true
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|
|
|
|
|
@ -165,24 +146,5 @@ spring:
|
|
|
redis:
|
|
|
host: 172.19.103.88 # Redis server host.
|
|
|
port: 6379 # Redis server port.
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
#发送者的邮箱账号
|
|
|
username: i_jiankang@163.com
|
|
|
#发送者的邮箱密码
|
|
|
password: xmijk181016jkzl
|
|
|
# password: jkzl_ehr
|
|
|
# zipkin:
|
|
|
# base-url: http://localhost:9411 #日志追踪的地址
|
|
|
# mail:
|
|
|
default-encoding: UTF-8
|
|
|
#端口
|
|
|
port: 25
|
|
|
#协议
|
|
|
protocol: smtp
|
|
|
|
|
|
properties.mail.smtp.auth: true
|
|
|
properties.mail.smtp.starttls.enable: true
|
|
|
properties.mail.smtp.starttls.required: true
|
|
|
fastDFS:
|
|
|
fastdfs_file_url: http://172.19.103.54:80/
|