spring-boot/spring-boot-starters
Phillip Webb 4fc8a183f2 Add Jersey Jackson support
Fixes gh-2091
2014-12-08 19:13:57 -08:00
..
spring-boot-starter Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-actuator Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-amqp Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-aop Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-batch Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-cloud-connectors Polish names in pom.xml of Jersey and Cloud Connectors starters 2014-11-26 10:47:49 +00:00
spring-boot-starter-data-elasticsearch Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-data-gemfire Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-data-jpa Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-data-mongodb Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-data-rest Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-data-solr Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-freemarker Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-groovy-templates Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-hornetq Fix resources directory location 2014-11-06 13:29:15 +00:00
spring-boot-starter-integration Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-jdbc Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-jersey Add Jersey Jackson support 2014-12-08 19:13:57 -08:00
spring-boot-starter-jetty Add auto-configuration for Jetty 9's WebSocket support 2014-11-19 14:44:54 +00:00
spring-boot-starter-jta-atomikos Add spring.provides for JTA starters 2014-09-03 18:42:23 -07:00
spring-boot-starter-jta-bitronix Add spring.provides for JTA starters 2014-09-03 18:42:23 -07:00
spring-boot-starter-log4j Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-log4j2 Add a logging system, starter and sample for Log4j 2 2014-10-08 15:30:00 +01:00
spring-boot-starter-logging Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-mail Align new JavaMail dependencies with Spring IO Platform 2014-10-29 17:05:48 +00:00
spring-boot-starter-mobile Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-parent Restore Java 1.6 version 2014-11-19 10:04:59 -08:00
spring-boot-starter-redis Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-remote-shell Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-security Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-social-facebook Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-social-linkedin Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-social-twitter Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-test Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-thymeleaf Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-tomcat Merge branch '1.1.x' 2014-11-07 09:50:12 -08:00
spring-boot-starter-undertow Add Undertow WebSocket auto-configuration 2014-12-03 15:35:19 -08:00
spring-boot-starter-velocity Next development version 2014-10-10 15:19:47 -07:00
spring-boot-starter-web Drop unused MANIFEST 2014-11-18 16:45:54 -08:00
spring-boot-starter-websocket Merge branch '1.1.x' 2014-11-07 09:50:12 -08:00
spring-boot-starter-ws Next development version 2014-10-10 15:19:47 -07:00
pom.xml Add support for using Undertow as an embedded container 2014-11-18 21:20:34 +00:00
README.adoc Add Jade4J Starter to the starters README 2014-10-23 10:39:58 +01:00

= Starter POMs

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

For complete details see the
http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms[reference documentation]

== Community Contributions
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.

|===
| Name | Location

| https://code.google.com/p/wro4j/[WRO4J]
| https://github.com/sbuettner/spring-boot-autoconfigure-wro4j

| http://projects.spring.io/spring-batch/[Spring Batch] (Advanced usage)
| https://github.com/codecentric/spring-boot-starter-batch-web

| http://hdiv.org/[HDIV]
| https://github.com/hdiv/spring-boot-starter-hdiv

| https://github.com/neuland/jade4j[Jade Templates] (Jade4J)
| https://github.com/domix/spring-boot-starter-jade4j
|===