| | |
| | | |
| | | |
| | | #股票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/ |
| | |
| | | |
| | | |
| | | |
| | | #????? |
| | | 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 |
| | | |
| | | |
| | | |