From c6aebc7d0b902f7d5e1bf712c797f19611d46dcb Mon Sep 17 00:00:00 2001 From: fanxb Date: Sat, 10 Aug 2019 17:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20Fix:=20[=E5=90=8E=E5=8F=B0]:?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E4=BB=B6=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8D=E8=83=BD=E7=94=A8465=E5=8F=91?= =?UTF-8?q?=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookMarkService/web/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookMarkService/web/src/main/resources/application.yml b/bookMarkService/web/src/main/resources/application.yml index f06adb3..e74b703 100644 --- a/bookMarkService/web/src/main/resources/application.yml +++ b/bookMarkService/web/src/main/resources/application.yml @@ -50,9 +50,10 @@ spring: mail: smtp: auth: true + socketFactory: + class: javax.net.ssl.SSLSocketFactory starttls: enable: true - required: true mybatis: configuration: