Skip to content

Commit ad2892c

Browse files
author
Dave Syer
committed
Add README to starters
Basic README content plus a short table of community- contributed additional starters. See gh-539
1 parent 86054a9 commit ad2892c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

spring-boot-starters/README.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.
9+
10+
=== Community Contributions
11+
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.
13+
14+
|===
15+
| Name | Location
16+
17+
| WRO4J | https://github.com/sbuettner/spring-boot-autoconfigure-wro4j[https://github.com/sbuettner/spring-boot-autoconfigure-wro4j]

0 commit comments

Comments
 (0)