Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yueyi2019/online-taxi
网约车项目
https://github.com/yueyi2019/online-taxi
Last synced: 12 days ago
JSON representation
网约车项目
- Host: GitHub
- URL: https://github.com/yueyi2019/online-taxi
- Owner: yueyi2019
- Created: 2019-09-04T14:07:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T15:54:29.000Z (over 4 years ago)
- Last Synced: 2024-08-01T18:29:50.256Z (3 months ago)
- Language: Java
- Size: 374 KB
- Stars: 949
- Watchers: 31
- Forks: 705
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# online-taxi
网约车项目# 各个服务端口分配
## api层:
乘客(api-passenger):9001
## service层
验证码服务(service-verification-code):8001
乘客用户服务(service-passenger-user):8002
app更新服务(service-app-update):8003
订单服务(service-order):8004
订单派单服务(service-order-dispatch):8005
钱包服务(service-wallet):8006
短信服务(service-sms):8007
网关(online-taxi-gateway):9000