From 45caabbd3f0926661c0e729b5e00f3a90b2eb8ab Mon Sep 17 00:00:00 2001 From: wangbing Date: Wed, 1 Apr 2020 19:24:56 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 709dfb177b36631e327e35b4835120fa735bb6d1 --- src/main/resources/application.properties | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c7b5f1e7..5e0c997a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 \ No newline at end of file +web.url.auth.excluded=/login.htm \ No newline at end of file