1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

Updated 春松客服 (markdown)

Samurais 2018-09-03 17:05:07 +08:00
parent e801ea210c
commit c5dffcdf53

@ -2,6 +2,24 @@
本文档主要是介绍如何完成春松客服开发环境的搭建。
## 目录
[依赖](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E4%BE%9D%E8%B5%96)
[配置Maven](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E4%BF%AE%E6%94%B9maven2%E9%85%8D%E7%BD%AE)
[下载代码](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E4%B8%8B%E8%BD%BD%E4%BB%A3%E7%A0%81)
[数据库](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E6%95%B0%E6%8D%AE%E5%BA%93)
[生成项目描述](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E7%94%9F%E6%88%90%E9%A1%B9%E7%9B%AE%E6%8F%8F%E8%BF%B0)
[配置文件](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6)
[执行/调试](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E6%89%A7%E8%A1%8C%E8%B0%83%E8%AF%95)
[热更新](https://github.com/chatopera/cosin/wiki/%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D#%E7%83%AD%E6%9B%B4%E6%96%B0)
## 依赖
* [Git](https://git-scm.com/)
@ -207,4 +225,6 @@ SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/contact-center?useUnicode=true&cha
<img src="https://user-images.githubusercontent.com/3538629/44977206-034cf680-af9a-11e8-8eeb-18d5a16b3903.png" width="300" />
另外, **“调试”** 模式下,也支持断点调试。