|
|
|
@ -172,29 +172,29 @@ docker-compose --compatibility up -d omind-mp
|
|
|
|
|
容器部署启动成功后,可访问相关文档
|
|
|
|
|
- 业务:omind-baseplat 充电基础基础设施服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9801/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9801/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 业务:omind-simplat 充电桩模拟器
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9804/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9804/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 业务:omind-userplat 充电运营服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9805/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9805/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 业务:omind-mp 充电用户端(小程序)服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9807/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9807/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 系统:ruoyi-auth 通用服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9210/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9210/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 系统:ruoyi-system 系统服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9201/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9201/swagger-ui/index.html
|
|
|
|
|
```
|
|
|
|
|
- 系统:ruoyi-resource 资源服务
|
|
|
|
|
```
|
|
|
|
|
http://[服务器IP]:9204/swagger-ui/index.html
|
|
|
|
|
http://10.10.14.205:9204/swagger-ui/index.html
|
|
|
|
|
```
|