Skip to content

Commit 07ad45c

Browse files
author
Phillip Webb
committed
Link to community contributed starters README
Update reference docs to link to the community starters README.
1 parent 39cbb1d commit 07ad45c

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll;
1212
:github-repo: spring-projects/spring-boot
1313
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
1414
:github-code: http://github.com/{github-repo}/tree/{github-tag}
15+
:github-master-code: http://github.com/{github-repo}/tree/master
1516
:sc-ext: java
1617
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
1718
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ swap specific technical facets.
294294
|Import Spring Boot's default HTTP engine (Tomcat).
295295
|===
296296

297+
TIP: For a list of additional community contributed starter POMs, see the
298+
{github-master-code}/spring-boot-starters/README.adoc[README file] in the
299+
`spring-boot-starters` module on GitHub.
300+
297301

298302

299303
[[using-boot-structuring-your-code]]

spring-boot-starters/README.adoc

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
Spring Boot Starters are a set of convenient dependency descriptors
2-
that you can include in your application. You get a one-stop-shop for
3-
all the Spring and related technology that you need without having to
4-
hunt through sample code and copy paste loads of dependency
5-
descriptors. For example, if you want to get started using Spring and
6-
JPA for database access just include the
7-
`spring-boot-starter-data-jpa` dependency in your project, and you are
8-
good to go.
1+
= Starter POMs
92

10-
=== Community Contributions
3+
Spring Boot Starters are a set of convenient dependency descriptors that you can include
4+
in your application. You get a one-stop-shop for all the Spring and related technology
5+
that you need without having to hunt through sample code and copy paste loads of
6+
dependency descriptors. For example, if you want to get started using Spring and
7+
JPA for database access just include the `spring-boot-starter-data-jpa` dependency in
8+
your project, and you are good to go.
119

12-
If you create a starter for a technology that is not already in the standard list we can list it here. Just send a pull request for this page.
10+
For complete details see the
11+
http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms[reference documentation]
12+
13+
== Community Contributions
14+
If you create a starter for a technology that is not already in the standard list we can
15+
list it here. Just send a pull request for this page.
1316

1417
|===
1518
| Name | Location
1619

17-
| WRO4J | https://github.com/sbuettner/spring-boot-autoconfigure-wro4j[https://github.com/sbuettner/spring-boot-autoconfigure-wro4j]
20+
| https://code.google.com/p/wro4j/[WRO4J]
21+
| https://github.com/sbuettner/spring-boot-autoconfigure-wro4j
22+
|===

0 commit comments

Comments
 (0)