Commit 929e0ee1 by huluobin

正式环境邮件服务器端口修改

parent f5825da5
...@@ -58,13 +58,16 @@ spring: ...@@ -58,13 +58,16 @@ spring:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
password: hccmfwhgcrnccagh password: hccmfwhgcrnccagh
# properties: properties:
# mail: mail:
# smtp: smtp:
# auth: true auth: true
# starttls: ssl:
# enable: true enable: true
# required: true required: true
port: 465
#项目属性 #项目属性
gogirl: gogirl:
......
...@@ -59,13 +59,14 @@ spring: ...@@ -59,13 +59,14 @@ spring:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
password: hccmfwhgcrnccagh password: hccmfwhgcrnccagh
# properties: properties:
# mail: mail:
# smtp: smtp:
# auth: true auth: true
# starttls: ssl:
# enable: true enable: true
# required: true required: true
port: 465
#项目属性 #项目属性
gogirl: gogirl:
......
...@@ -44,13 +44,15 @@ spring: ...@@ -44,13 +44,15 @@ spring:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
password: hccmfwhgcrnccagh password: hccmfwhgcrnccagh
# properties: properties:
# mail: mail:
# smtp: smtp:
# auth: true auth: true
# starttls: ssl:
# enable: true enable: true
# required: true required: true
port: 465
#redis配置 #redis配置
redis: redis:
host: 127.0.0.1 host: 127.0.0.1
......
...@@ -58,13 +58,15 @@ spring: ...@@ -58,13 +58,15 @@ spring:
host: smtp.qq.com host: smtp.qq.com
username: robbendev@qq.com username: robbendev@qq.com
password: hccmfwhgcrnccagh password: hccmfwhgcrnccagh
# properties: properties:
# mail: mail:
# smtp: smtp:
# auth: true auth: true
# starttls: ssl:
# enable: true enable: true
# required: true required: true
port: 465
#项目属性 #项目属性
gogirl: gogirl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment