Former-commit-id: 709dfb177b36631e327e35b4835120fa735bb6d1
master
王兵 5 years ago
parent 5716c53990
commit 45caabbd3f

@ -64,12 +64,4 @@ web.login.page=/login.htm
# 拦截验证 # 拦截验证
web.url.auth.included=/,/**/*.htm web.url.auth.included=/,/**/*.htm
# 直接放行 # 直接放行
web.url.auth.excluded=/login.htm web.url.auth.excluded=/login.htm
spring.mail.host=smtp.qq.com
spring.mail.username=用户名 //发送方的邮箱
spring.mail.password=密码 //对于qq邮箱而言 密码指的就是发送方的授权码
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
Loading…
Cancel
Save

Powered by TurnKey Linux.