Commit a171c55f authored by macro's avatar macro
Browse files

Update README.md

parent d1bdcfda
...@@ -153,7 +153,7 @@ nginx | 1.10 | http://nginx.org/en/download.html ...@@ -153,7 +153,7 @@ nginx | 1.10 | http://nginx.org/en/download.html
> 本地环境搭建 > 本地环境搭建
- 本地安装开发环境中的所有工具并启动,具体参考[deploy-windows.md](document/reference/deploy-windows.md); - 本地安装开发环境中的所有工具并启动(只启动mall-admin,仅需安装mysql),具体参考[deploy-windows.md](document/reference/deploy-windows.md);
- 克隆源代码到本地,使用IDEA或Eclipse打开,并完成编译; - 克隆源代码到本地,使用IDEA或Eclipse打开,并完成编译;
- 在mysql中新建mall数据库,导入document/sql下的mall.sql文件; - 在mysql中新建mall数据库,导入document/sql下的mall.sql文件;
- 启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可, - 启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment