Skip to content

Commit 4acefa3

Browse files
authored
errata
1 parent f96b235 commit 4acefa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

II. Getting started/11.2. Adding classpath dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 11.2. 添加classpath依赖
22

3-
Spring Boot提供很多"Starters",用来简化添加jars到classpath的操作。示例程序中已经在POM的`partent`节点使用了`spring-boot-starter-parent`,它是一个特殊的starter,提供了有用的Maven默认设置。同时,它也提供一个`dependency-management`节点,这样对于期望(”blessed“)的依赖就可以省略version标记了。
3+
Spring Boot提供很多"Starters",用来简化添加jars到classpath的操作。示例程序中已经在POM的`parent`节点使用了`spring-boot-starter-parent`,它是一个特殊的starter,提供了有用的Maven默认设置。同时,它也提供一个`dependency-management`节点,这样对于期望(”blessed“)的依赖就可以省略version标记了。
44

55
其他”Starters“只简单提供开发特定类型应用所需的依赖。由于正在开发web应用,我们将添加`spring-boot-starter-web`依赖-但在此之前,让我们先看下目前的依赖:
66
```shell

0 commit comments

Comments
 (0)