Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankera/stock_parent

java 基础项目练习-今日指数金融
https://github.com/ankera/stock_parent

Last synced: about 1 month ago
JSON representation

java 基础项目练习-今日指数金融

Awesome Lists containing this project

README

        

## stock_parent
该项目是java练习项目

#### 配置JDK参考如下
![img_1.png](img_1.png)

#### UI API
```text
http://localhost:8091/swagger-ui.html

http://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,sh601001

https://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
```