Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
4ecf61df
Commit
4ecf61df
authored
Jul 14, 2019
by
macro
Browse files
Update README.md
parent
c8d570fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4ecf61df
...
...
@@ -158,19 +158,10 @@ nginx | 1.10 | http://nginx.org/en/download.html
> Windows环境部署
-
Windows环境搭建请参考:
[
mall在Windows环境下的部署
](
https://github.com/macrozheng/mall-learning/blob/master/docs/deploy/mall_deploy_windows.md
)
;
-
安装Windows环境下的所有工具并启动(只启动mall-admin,仅需安装mysql);
-
克隆源代码到本地,使用IDEA或Eclipse打开,并完成编译;
-
在mysql中新建mall数据库,导入document/sql下的mall.sql文件;
-
启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可,
接口文档地址:http://localhost:8080/swagger-ui.html;
-
启动mall-search项目:直接运行com.macro.mall.search.MallSearchApplication的main方法即可,
接口文档地址:http://localhost:8081/swagger-ui.html;
-
启动mall-portal项目:直接运行com.macro.mall.portal.MallPortalApplication的main方法即可,
接口文档地址:http://localhost:8085/swagger-ui.html;
-
注意:只启动mall-admin,仅需安装mysql即可;
-
克隆
`mall-admin-web`
项目,并导入到IDEA中完成编译
[
传送门
](
https://github.com/macrozheng/mall-admin-web
)
;
-
在IDEA命令行中运行命令:npm install,下载相关依赖;
-
在IDEA命令行中运行命令:npm run dev,访问地址:
[
http://localhost:8090
](
http://localhost:8090
)
即可打开后台管理系统页面;
-
ELK日志收集系统的搭建:参考
[
SpringBoot应用整合ELK实现日志收集
](
https://mp.weixin.qq.com/s/ll_A6ddBaU99LSYmKdttYw
)
;
-
`mall-admin-web`
项目的安装及部署请参考:
[
mall前端项目的安装与部署
](
https://github.com/macrozheng/mall-learning/blob/master/docs/deploy/mall_deploy_web.md
)
-
ELK日志收集系统的搭建:参考
[
SpringBoot应用整合ELK实现日志收集
](
https://mp.weixin.qq.com/s/ll_A6ddBaU99LSYmKdttYw
)
。
> Docker环境部署
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment