Skip to content

Commit

Permalink
提交注冊登陸
Browse files Browse the repository at this point in the history
  • Loading branch information
qiurunze committed Jan 23, 2019
1 parent 26fdc15 commit f9f62ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,5 @@
#### [linux专题](/docs/linux.md)
#### [面试专题(最后更新)--未更新](/docs/code-solve.md)

#### Get Start

下载项目, 切换的项目根目录
```bash
Linux/Mac:

> cd miaosha/
> ./mvnw clean install

Windows:
> mvnw.cmd clean install

```
运行以上命令相关依赖便会安装完毕
启动GeekQMainApplication主类即可
若有对于./mvnw 不了解的请点击下方链接介绍
###### [maven-wrapper介绍(add by zhangkai)](/docs/maven-wrapper.md)

17 changes: 16 additions & 1 deletion docs/maven-wrapper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
### maven wrapper


下载项目, 切换的项目根目录
```bash
Linux/Mac:
> cd miaosha/
> ./mvnw clean install
Windows:
> mvnw.cmd clean install
```
运行以上命令相关依赖便会安装完毕
启动GeekQMainApplication主类即可
若有对于./mvnw 不了解的请点击下方链接介绍
> 传统maven的使用流程
1. 传统使用maven需要先到官网上下载.
Expand Down

0 comments on commit f9f62ab

Please sign in to comment.