From c5dffcdf5396bdfb1e8e9d3f33e77ce0eaaac7dd Mon Sep 17 00:00:00 2001 From: Samurais Date: Mon, 3 Sep 2018 17:05:07 +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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/春松客服.md b/春松客服.md index c35c61d..4ba2c1a 100644 --- a/春松客服.md +++ b/春松客服.md @@ -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 +另外, **“调试”** 模式下,也支持断点调试。 +