update readme

This commit is contained in:
zhh
2018-12-13 16:26:44 +08:00
parent b5783789d5
commit c54ca96c6a
4 changed files with 11 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ nginx | 1.10 | http://nginx.org/en/download.html
> 本地环境搭建
- 本地安装开发环境中的所有工具并启动,具体参考[deploy-windows.md](document/reference/deploy-windows.md);
- 克隆源代码到本地使用IDEA打开并完成编译;
- 克隆源代码到本地使用IDEA或Eclipse打开,并完成编译;
- 在mysql中新建mall数据库导入document/sql下的mall.sql文件
- 启动mall-admin项目直接运行com.macro.mall.MallAdminApplication的main方法即可
接口文档地址http://localhost:8080/swagger-ui.html;