1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-10 00:51:33 +08:00

Updated 春松客服 (markdown)

Samurais 2018-09-03 16:24:47 +08:00
parent f6a4651865
commit 5a153c5cb1

@ -111,7 +111,7 @@ docker-compose up -d mysql
docker-compose up -d redis docker-compose up -d redis
``` ```
Redis启动后就可以。 Redis启动后就可以,不需要其他操作
## 生成项目描述 ## 生成项目描述
@ -177,16 +177,21 @@ SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/contact-center?useUnicode=true&cha
### 配置执行/调试 ### 配置执行/调试
配置运行方式为Spring应用为 ```com.chatopera.cc.webim.Application```
<img src="https://user-images.githubusercontent.com/3538629/44974889-9171ae80-af93-11e8-857c-0cd619fda8be.png" width="800" /> <img src="https://user-images.githubusercontent.com/3538629/44974889-9171ae80-af93-11e8-857c-0cd619fda8be.png" width="800" />
### 配置环境变量 ### 配置环境变量
<img src="https://user-images.githubusercontent.com/3538629/44974896-96cef900-af93-11e8-8956-82a0a76422db.png" width="400" /> <img src="https://user-images.githubusercontent.com/3538629/44974896-96cef900-af93-11e8-8956-82a0a76422db.png" width="400" />
### 执行/调试 ### 执行/调试
<img src="https://user-images.githubusercontent.com/3538629/44975019-edd4ce00-af93-11e8-8017-a9868a47feb6.png" width="500" /> <img src="https://user-images.githubusercontent.com/3538629/44975019-edd4ce00-af93-11e8-8017-a9868a47feb6.png" width="500" />
该命令会创建MySQLRedis和Contact-center的容器启动后访问 http://localhost:8035 确定服务正常运行了。 点击"执行"或"调试",服务启动,然后访问 http://localhost:8035 确定服务正常运行了。
在开发过程中,修改了代码,更新正在运行服务,点击"执行旁边的锤子"。
<img src="https://user-images.githubusercontent.com/3538629/44975743-cf6fd200-af95-11e8-8ca5-3f64cec94caa.png" width="500" />