You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-starters
Stephane Nicoll bb736e255b Fix SNAPSHOT version 9 years ago
..
spring-boot-starter Fix SNAPSHOT version 9 years ago
spring-boot-starter-actuator Fix SNAPSHOT version 9 years ago
spring-boot-starter-amqp Fix SNAPSHOT version 9 years ago
spring-boot-starter-aop Fix SNAPSHOT version 9 years ago
spring-boot-starter-batch Fix SNAPSHOT version 9 years ago
spring-boot-starter-cloud-connectors Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-elasticsearch Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-gemfire Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-jpa Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-mongodb Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-rest Fix SNAPSHOT version 9 years ago
spring-boot-starter-data-solr Fix SNAPSHOT version 9 years ago
spring-boot-starter-freemarker Fix SNAPSHOT version 9 years ago
spring-boot-starter-groovy-templates Fix SNAPSHOT version 9 years ago
spring-boot-starter-hateoas Fix SNAPSHOT version 9 years ago
spring-boot-starter-hornetq Fix SNAPSHOT version 9 years ago
spring-boot-starter-integration Fix SNAPSHOT version 9 years ago
spring-boot-starter-jdbc Fix SNAPSHOT version 9 years ago
spring-boot-starter-jersey Fix SNAPSHOT version 9 years ago
spring-boot-starter-jetty Fix SNAPSHOT version 9 years ago
spring-boot-starter-jta-atomikos Fix SNAPSHOT version 9 years ago
spring-boot-starter-jta-bitronix Fix SNAPSHOT version 9 years ago
spring-boot-starter-log4j Fix SNAPSHOT version 9 years ago
spring-boot-starter-log4j2 Fix SNAPSHOT version 9 years ago
spring-boot-starter-logging Fix SNAPSHOT version 9 years ago
spring-boot-starter-mail Fix SNAPSHOT version 9 years ago
spring-boot-starter-mobile Fix SNAPSHOT version 9 years ago
spring-boot-starter-mustache Fix SNAPSHOT version 9 years ago
spring-boot-starter-parent Fix SNAPSHOT version 9 years ago
spring-boot-starter-redis Fix SNAPSHOT version 9 years ago
spring-boot-starter-remote-shell Fix SNAPSHOT version 9 years ago
spring-boot-starter-security Fix SNAPSHOT version 9 years ago
spring-boot-starter-social-facebook Fix SNAPSHOT version 9 years ago
spring-boot-starter-social-linkedin Fix SNAPSHOT version 9 years ago
spring-boot-starter-social-twitter Fix SNAPSHOT version 9 years ago
spring-boot-starter-test Fix SNAPSHOT version 9 years ago
spring-boot-starter-thymeleaf Fix SNAPSHOT version 9 years ago
spring-boot-starter-tomcat Fix SNAPSHOT version 9 years ago
spring-boot-starter-undertow Fix SNAPSHOT version 9 years ago
spring-boot-starter-velocity Fix SNAPSHOT version 9 years ago
spring-boot-starter-web Fix SNAPSHOT version 9 years ago
spring-boot-starter-websocket Fix SNAPSHOT version 9 years ago
spring-boot-starter-ws Fix SNAPSHOT version 9 years ago
README.adoc Clarified the naming scheme for starters 10 years ago
pom.xml Fix SNAPSHOT version 9 years ago

README.adoc

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