From 5a153c5cb19ce98c1ee0ed66b508158d1243a76a Mon Sep 17 00:00:00 2001 From: Samurais Date: Mon, 3 Sep 2018 16:24:47 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=98=A5=E6=9D=BE=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 春松客服.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/春松客服.md b/春松客服.md index a4a4a76..30997ef 100644 --- a/春松客服.md +++ b/春松客服.md @@ -111,7 +111,7 @@ docker-compose up -d mysql 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``` + ### 配置环境变量 - ### 执行/调试 -该命令会创建MySQL,Redis和Contact-center的容器,启动后,访问 http://localhost:8035 确定服务正常运行了。 +点击"执行"或"调试",服务启动,然后访问 http://localhost:8035 确定服务正常运行了。 + +在开发过程中,修改了代码,更新正在运行服务,点击"执行旁边的锤子"。 + +