Skip to content

Commit eaaeacc

Browse files
authored
Update 13.5. Starters.md
1 parent 02e8c42 commit eaaeacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

III. Using Spring Boot/13.5. Starters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Starters是一个依赖描述符的集合,你可以将它包含进项目中,
1212

1313
|名称|描述|Pom|
1414
|------|:-----|:-----|
15-
|spring-boot-starter-test|测试Spring Boot应用,支持常用测试类库,包括JUnit, Hamcrest和Mockito|https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters/spring-boot-starter-test/pom.xml|
15+
|spring-boot-starter-test|测试Spring Boot应用,支持常用测试类库,包括JUnit, Hamcrest和Mockito|[Pom](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters/spring-boot-starter-test/pom.xml)|
1616
|spring-boot-starter|核心Spring Boot starter,包括自动配置支持,日志和YAML|
1717
|spring-boot-starter-actuator|生产准备的特性,用于帮你监控和管理应用|
1818
|spring-boot-starter-amqp|对"高级消息队列协议"的支持,通过`spring-rabbit`实现|

0 commit comments

Comments
 (0)