File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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]
You can’t perform that action at this time.
0 commit comments