Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zevilol authored Feb 11, 2019
1 parent b881530 commit d841b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Spring Boot 提供了多个 “Starter”,可以让您方便地将 jar 添加
其他 Starter 只提供在开发特定应用时可能需要到的依赖。由于我们正在开发一个 web 应用,因此我们将添加一个 `spring-boot-starter-web` 依赖 , 但在此之前,让我们来看看目前拥有的。

```
vn dependency:tree
mvn dependency:tree
[INFO] com.example:myproject:jar:0.0.1-SNAPSHOT
```
Expand Down Expand Up @@ -552,4 +552,4 @@ $ java -jar target/myproject-0.0.1-SNAPSHOT.jar

[Spring Boot 仓库](https://github.com/spring-projects/spring-boot)还有很多您可以运行的[示例](https://github.com/spring-projects/spring-boot/tree/v2.0.0.RELEASE/spring-boot-samples)。示例与其余部分的代码是独立的(也就是说,您不需要构建其他的代码来运行或使用示例)。

接下来阅读的是第三部:[使用 Spring Boot](#using-boot)。如果您真的感到厌倦了,可以跳过该部分直接阅读 [Spring Boot 特性](#boot-features)
接下来阅读的是第三部:[使用 Spring Boot](#using-boot)。如果您真的感到厌倦了,可以跳过该部分直接阅读 [Spring Boot 特性](#boot-features)

0 comments on commit d841b93

Please sign in to comment.