From 865eeb5d1b4d883ba9a70b64e4f8e3e4d271ce4d Mon Sep 17 00:00:00 2001
From: PC-202403201522\Administrator <1041918560@qq.com>
Date: Mon, 13 May 2024 14:42:43 +0800
Subject: [PATCH] 增加邮箱校验

---
 src/main/resources/application.properties |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fe15f3e..1961dca 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -34,8 +34,8 @@
 
 
 #股票key的地址
-IN_HTTP_API = http://api-in.js-stock.top/
-IN_WS_URL = ws://api-in-ws.js-stock.top
+IN_HTTP_API = https://data.is4vc.com/
+IN_WS_URL = ws://ws.is4vc.com:8001/websocket-server
 IN_KEY = r3ZAgtcYzuBizmqge2hK
 
 US_HTTP_API = http://api-us.js-stock.top/
@@ -169,7 +169,25 @@
 
 
 
+#?????
+news.main.url=http://eminfo.eastmoney.com
+spring.main.allow-circular-references=true
 
+spring.mail.host=smtp.gmail.com
+# ????????
+spring.mail.port=587
+# ????????????
+spring.mail.username=barclays5510@gmail.com
+# ????????????????????????????
+spring.mail.password=nppwibbarixvbnqk
+# ??TLS??
+spring.mail.properties.mail.smtp.starttls.enable=true
+# ??????????
+spring.mail.properties.mail.smtp.auth=true
+# ??????
+spring.mail.properties.mail.transport.protocol=smtp
+
+properties.mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
 
 
 

--
Gitblit v1.9.3