From 649c8433a4f6f0f3ea2544c7f23f7eda74ff3b94 Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Thu, 23 May 2024 01:33:27 +0800 Subject: [PATCH] 1 --- src/main/resources/application.properties | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index be7416e..2aee382 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -38,6 +38,9 @@ IN_WS_URL = ws://ws.is4vc.com:8001/websocket-server IN_KEY = r3ZAgtcYzuBizmqge2hK +IN_NOW_HTTP_API=http://api-in-2.js-stock.top/ +IN_NOW_KEY=eVKtHt7aG4m6ozwWL9qG + US_HTTP_API = http://api-us.js-stock.top/ US_WS_URL = ws://ws-us.js-stock.top US_KEY = jZFrku4RGQjP87Hmq5tm @@ -169,13 +172,9 @@ -#????? -news.main.url=http://eminfo.eastmoney.com -spring.main.allow-circular-references=true - spring.mail.host=smtp.gmail.com # ???????? -spring.mail.port=465 +spring.mail.port=587 # ???????????? spring.mail.username=barclays5510@gmail.com # ???????????????????????????? @@ -186,9 +185,6 @@ spring.mail.properties.mail.smtp.auth=true # ?????? spring.mail.properties.mail.transport.protocol=smtp -spring.mail.protocol=smtp -spring.mail.properties.mail.smtp.ssl.enable=true -spring.mail.properties.mail.smtp.socketFactory.port=465 -spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory +properties.mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory -- Gitblit v1.9.3