spring-boot/spring-boot-starters
Dave Syer 6ad626de49 Allows /configprops endpoint to show nested properties
Including maps and lists. Beans with no metadata (in
/META-INF/*spring-configuration-metadata.json) are just serialized
as they come (so might have problems like cycles). Serialization
errors are caught and rendered as an "error" for that bean. Any
problems can be fixed by preparing metadata and specifying which
properties are to be rendered that way.

Fixes gh-1746, fixes gh-1921
2014-11-19 14:10:01 +00: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 Add 'Connectors' to project name 2014-10-28 16:11:45 +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 autoconfig support for Jersey (2) 2014-10-02 11:22:00 +01:00
spring-boot-starter-jetty Next development version 2014-10-10 15:19:47 -07: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 Allows /configprops endpoint to show nested properties 2014-11-19 14:10:01 +00: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 Fixup line endings 2014-11-18 15:43:39 -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
|===