spring-boot/spring-boot-starters
2015-12-17 14:15:14 +01:00
..
spring-boot-starter Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-actuator Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-amqp Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-aop Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-batch Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-cloud-connectors Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-elasticsearch Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-gemfire Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-jpa Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-mongodb Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-rest Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-data-solr Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-freemarker Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-groovy-templates Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-hateoas Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-hornetq Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-integration Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-jdbc Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-jersey Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-jetty Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-jta-atomikos Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-jta-bitronix Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-log4j Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-log4j2 Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-logging Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-mail Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-mobile Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-mustache Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-parent Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-redis Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-remote-shell Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-security Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-social-facebook Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-social-linkedin Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-social-twitter Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-test Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-thymeleaf Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-tomcat Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-undertow Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-velocity Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-web Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-websocket Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
spring-boot-starter-ws Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
pom.xml Fix SNAPSHOT version 2015-12-17 14:15:14 +01:00
README.adoc Clarified the naming scheme for starters 2015-04-03 10:24:11 +02: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.

WARNING: While the
http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms[reference documentation]
mentions that 3rd party starters should not start with `spring-boot-starter`, some starters
do as they were designed before this was clarified.

|===
| Name | Location

| https://vaadin.com/[Vaadin]
| https://github.com/vaadin/spring/tree/master/vaadin-spring-boot-starter

| http://camel.apache.org/spring-boot.html[Apache Camel]
| https://github.com/apache/camel/tree/master/components/camel-spring-boot

| 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
|===