Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
likaer authored Jun 2, 2021
1 parent 9f3acf2 commit c0939b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ mvn archetype:generate \

## 2. 运行应用

- 在根目录目录下运行`mvn install`(如果不想运行测试,可以加上`-DskipTests`参数)。
- `项目`目录下运行`mvn install`(如果不想运行测试,可以加上`-DskipTests`参数)。
- 进入`start`目录,执行`mvn spring-boot:run`
运行成功的话,可以看到`SpringBoot`启动成功的界面。
- 生成的应用中,已经实现了一个简单的`Rest`请求,可以在浏览器中输入 http://localhost:8080/helloworld 进行测试。
Expand Down

0 comments on commit c0939b6

Please sign in to comment.