Skip to content

Commit

Permalink
Merge pull request alibaba#202 from likaer/master
Browse files Browse the repository at this point in the history
修改README
  • Loading branch information
significantfrank authored Jul 1, 2021
2 parents ebe1d04 + c0939b6 commit 7742676
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. 运行应用

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

0 comments on commit 7742676

Please sign in to comment.