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:21:06 +08:00
parent 8db8b898dc
commit f6a4651865

@ -90,10 +90,19 @@ docker-compose up -d mysql
1. 连接MySQL服务
<img src="https://user-images.githubusercontent.com/3538629/44975310-b74b8300-af94-11e8-846b-a36445a61516.png" width="500" />
2. 创建contact-center数据库
<img src="https://user-images.githubusercontent.com/3538629/44975430-fd084b80-af94-11e8-8db8-2fc7bbc0a1c4.png" width="500" />
3. 导入数据
<img src="https://user-images.githubusercontent.com/3538629/44975484-288b3600-af95-11e8-9bf5-295f99862a07.png" width="500" />
选择文件 ```contact-center/config/sql/cskefu-MySQL-slim.sql```,然后点击“执行”。
### Redis
春松客服依赖Redis服务如果没有Redis服务可以用下面的方式创建。
@ -102,6 +111,8 @@ docker-compose up -d mysql
docker-compose up -d redis
```
Redis启动后就可以。
## 生成项目描述
文件目录介绍
@ -179,18 +190,3 @@ SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/contact-center?useUnicode=true&cha
该命令会创建MySQLRedis和Contact-center的容器启动后访问 http://localhost:8035 确定服务正常运行了。
```
```