From 647bb58f12704efd0472e4703645453b7712704f Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 16 May 2024 15:55:45 +0800
Subject: [PATCH] 1

---
 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