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
c54ca96c
Commit
c54ca96c
authored
Dec 13, 2018
by
zhh
Browse files
update readme
parent
b5783789
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c54ca96c
...
...
@@ -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;
...
...
document/reference/deploy-windows.md
View file @
c54ca96c
...
...
@@ -4,6 +4,16 @@
关于IDEA的安装与使用具体参考
[
https://github.com/judasn/IntelliJ-IDEA-Tutorial
](
https://github.com/judasn/IntelliJ-IDEA-Tutorial
)
## Eclipse
-
导入项目,以maven项目形式导入
!
[
eclipse_import_1.png
](
https://github.com/macrozheng/mall/blob/master/document/resource/eclipse_import_1.png
)
!
[
eclipse_import_2.png
](
https://github.com/macrozheng/mall/blob/master/document/resource/eclipse_import_2.png
)
-
安装lombok插件,下载地址:https://projectlombok.org/downloads/lombok.jar
-
下载完后双击,使用java程序打开
-
下载后选择eclipe.exe的安装路径安装,安装后重启Eclipse
-
启动项目:右击com.macro.mall.MallAdminApplication的main方法,选择run as Java Application
## mysql
-
下载地址:https://dev.mysql.com/downloads/mysql/5.7.html#downloads
...
...
document/resource/eclipse_import_1.png
0 → 100644
View file @
c54ca96c
25.8 KB
document/resource/eclipse_import_2.png
0 → 100644
View file @
c54ca96c
30.9 KB
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