Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankera/stock_parent
java 基础项目练习-今日指数金融
https://github.com/ankera/stock_parent
Last synced: about 1 month ago
JSON representation
java 基础项目练习-今日指数金融
- Host: GitHub
- URL: https://github.com/ankera/stock_parent
- Owner: Ankera
- Created: 2024-09-08T15:50:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:54:33.000Z (3 months ago)
- Last Synced: 2024-09-17T21:07:06.605Z (3 months ago)
- Language: Java
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## stock_parent
该项目是java练习项目#### 配置JDK参考如下
![img_1.png](img_1.png)#### UI API
```text
http://localhost:8091/swagger-ui.htmlhttp://localhost:8091/doc.html
```![img.png](img.png)
#### centos配置 yapi
```text
https://www.jianshu.com/p/a97d2efb23c5初始化管理员账号成功,账号名:"[email protected]",密码:"ymfe.org"
配置自己的服务器地址
http://182.92.130.109:3000/
```#### swagger 自动同步 yapi
```text
swagger 插件
https://blog.csdn.net/qq_31536117/article/details/134638624项目启动之后,打开链接
http://192.168.31.237:8091/v2/api-docs把链接里面的 json 上传到阿里云服务器下面
/var/node/swagger-json/swagger.json
```
![img_2.png](img_2.png)
![img_3.png](img_3.png)#### 股票API
```text
https://hq.sinajs.cn/list=sh601003,sh601001https://qt.gtimg.cn/q=sh601003,sh601001
```
![img_5.png](img_5.png)
![img_6.png](img_6.png)
![img_7.png](img_7.png)#### rabbit
```text
安装rabbit
https://blog.csdn.net/marsjin/article/details/135938937必须启动MQ
sudo rabbitmq-server -detached
```