We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e8c42 commit eaaeaccCopy full SHA for eaaeacc
III. Using Spring Boot/13.5. Starters.md
@@ -12,7 +12,7 @@ Starters是一个依赖描述符的集合,你可以将它包含进项目中,
12
13
|名称|描述|Pom|
14
|------|:-----|:-----|
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|
+|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)|
16
|spring-boot-starter|核心Spring Boot starter,包括自动配置支持,日志和YAML|
17
|spring-boot-starter-actuator|生产准备的特性,用于帮你监控和管理应用|
18
|spring-boot-starter-amqp|对"高级消息队列协议"的支持,通过`spring-rabbit`实现|
0 commit comments