Skip to content
Da Bing edited this page Jan 19, 2020 · 7 revisions

Coco是一款能够快速构建在线网页客服系统的框架。

构建

  • JDK 8
  • Spring Boot
  • WebSocket
  • Bootstrap

快速开始

  1. 下载 coco-0.2.0-alpha.jar 文件。
  2. 运行命令:java -jar coco-0.2.0-alpha.jar
  3. 浏览器访问http://localhost:8080/service.html, 使用test1@coco.comtest2@coco.comtest3@coco.com登录,密码均为123456
  4. 浏览器访问http://localhost:8080/customer.html, 你可以开多个这样的窗口充当多个顾客。

自定义配置

Coco提供了一系列常用的默认配置,你也可以通过修改application.yml来改变这些配置。
查看自定义配置页面了解详情。

Language

English
中文

Clone this wiki locally