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
Josh Long e1160922f9 Add Atomikos and Bitronix starter POMs
Add starters for Atomikos and Bitronix JTA libraries.

See gh-947
10 years ago
..
spring-boot-starter Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-actuator Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-amqp Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-aop Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-batch Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-data-elasticsearch Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-data-gemfire Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-data-jpa Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-data-mongodb Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-data-rest Remove duplicate dependencies 10 years ago
spring-boot-starter-data-solr Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-freemarker Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-groovy-templates Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-hornetq Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-integration Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-jdbc Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-jetty Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-jta-atomikos Add Atomikos and Bitronix starter POMs 10 years ago
spring-boot-starter-jta-bitronix Add Atomikos and Bitronix starter POMs 10 years ago
spring-boot-starter-log4j Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-logging Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-mobile Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-parent Delete duplicate version numbers of Maven plugins 10 years ago
spring-boot-starter-redis Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-remote-shell Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-security Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-social-facebook Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-social-linkedin Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-social-twitter Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-test Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-thymeleaf Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-tomcat Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-velocity Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-web Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-websocket Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
spring-boot-starter-ws Switch master to 1.2.0.BUILD-SNAPSHOT 11 years ago
README.adoc Add codecentric Spring Batch Starter Info 11 years ago
pom.xml Add Atomikos and Bitronix starter POMs 10 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.

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