增加接口说明
This commit is contained in:
parent
da8af42b33
commit
936878dfa3
16
README.md
16
README.md
@ -44,13 +44,27 @@ Lilishop 是一款Java开发,基于SpringBoot的B2B2C多用户商城,前端
|
|||||||
|
|
||||||
### 3行命令搭建本地环境
|
### 3行命令搭建本地环境
|
||||||
|
|
||||||
#### 下载docker脚本
|
##### 下载docker脚本
|
||||||
`git clone https://gitee.com/beijing_hongye_huicheng/docker.git `
|
`git clone https://gitee.com/beijing_hongye_huicheng/docker.git `
|
||||||
##### 部署基础环境
|
##### 部署基础环境
|
||||||
`docker-compose up -d`
|
`docker-compose up -d`
|
||||||
##### 部署应用
|
##### 部署应用
|
||||||
`docker-compose -f docker-compose-application.yml up -d`
|
`docker-compose -f docker-compose-application.yml up -d`
|
||||||
|
|
||||||
|
| API | 地址 |
|
||||||
|
| -------------- | --------------- |
|
||||||
|
| 买家api | http://127.0.0.1:8888 |
|
||||||
|
| 商家api | http://127.0.0.1:8889 |
|
||||||
|
| 管理端api | http://127.0.0.1:8887 |
|
||||||
|
| 通用api | http://127.0.0.1:8890 |
|
||||||
|
|
||||||
|
| 演示 | 地址 |
|
||||||
|
| -------------- | --------------- |
|
||||||
|
| PC | http://127.0.0.1:10000 |
|
||||||
|
| WAP | http://127.0.0.1:10001 |
|
||||||
|
| 商家 | http://127.0.0.1:10002 |
|
||||||
|
| 管理端 | http://127.0.0.1:10003 |
|
||||||
|
|
||||||
### 交流群
|
### 交流群
|
||||||
|
|
||||||
**QQ群**:961316482
|
**QQ群**:961316482
|
||||||
|
Loading…
x
Reference in New Issue
Block a user