1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-05 20:41:34 +08:00

Updated 春松客服 (markdown)

Samurais 2018-09-03 16:55:14 +08:00
parent 5de114114f
commit 0df4a239d1

@ -94,9 +94,7 @@ docker-compose up -d mysql
使用```docker-compose```启动的服务
**ip** : localhost
username : root
password : 123456
**ip** : localhost, **username** : root, **password** : 123456
2. 创建contact-center数据库
@ -199,10 +197,16 @@ SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/contact-center?useUnicode=true&cha
<img src="https://user-images.githubusercontent.com/3538629/44976596-44dca200-af98-11e8-9718-e2677431f047.png" width="800" />
**用户名**admin **密码**admin1234
### 热更新
在开发过程中,修改了代码,更新正在运行服务,点击"执行旁边的锤子"。
在开发过程中,修改了代码,更新正在以**“调试”**模式运行服务,点击"执行旁边的锤子"。
<img src="https://user-images.githubusercontent.com/3538629/44975743-cf6fd200-af95-11e8-8ca5-3f64cec94caa.png" width="500" />
更新成功后,提示
<img src="https://user-images.githubusercontent.com/3538629/44977206-034cf680-af9a-11e8-8eeb-18d5a16b3903.png" width="300" />