|
|
|
@ -64,12 +64,4 @@ web.login.page=/login.htm
|
|
|
|
|
# 拦截验证
|
|
|
|
|
web.url.auth.included=/,/**/*.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
|
|
|
|
|
web.url.auth.excluded=/login.htm
|