Skip to content

Commit

Permalink
Update 部署帮助文档.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanTang committed Jun 3, 2017
1 parent 62ee4e0 commit 971bd74
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions 部署帮助文档.md
@@ -1,16 +1,14 @@
# CrapApi部署帮助文档

[下载编译好的压缩包部署]
```
----------------[下载编译好的压缩包部署]
每个文档版本都会提供对应版本的编译好的压缩包,解压下载部署到tomcat下即可,部署方式请自行度娘!
压缩文件下载地址:http://api.crap.cn/index.do#/web/article/detail/web/ARTICLE/a00534f1-7e50-45e2-9e72-fc9ede829dec
压缩包中一般均会包含对应版本的sql脚本,直接执行该脚本即可,不需要再执行任何其他sql脚本!!!
Sql执行可能会报错!!!原因:本人使用workbench工具导出脚本,使用其他工具导入时可能会提示报错,请根据报错原因,自行修复!!!
(注:99.99999%的报错都是由于工具自行添加了注释之类的脚本,删除不识别的脚本后即可,至于那些是工具添加的,那些事有用的脚本,请自行补休sql知识)
```
[使用源代码部署]
```


----------------[使用源代码部署]
GitHub、码云的主干地址均为最新版本的源码,并包含了新的全部sql脚本。下载后导入至eclipse等开发工具(maven项目),然后编译即可。
如果出现报错,绝大多数情况是你的网络有问题,maven依赖jar包下载失败导致,请前往 https://pan.baidu.com/s/1nvdMuoD 下载作者为你准备好的mave仓库,
下载解压至你的本地仓库即可,maven仓库等知识请自行学习!!!
```

0 comments on commit 971bd74

Please sign in to comment.