|
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 |
9 | 2 |
|
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. |
11 | 9 |
|
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. |
13 | 16 |
|
14 | 17 | |===
|
15 | 18 | | Name | Location
|
16 | 19 |
|
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