Skip to content

Files

Latest commit

Jan 15, 2015
492cf4e · Jan 15, 2015

History

History
This branch is 2 commits ahead of, 50226 commits behind spring-projects/spring-boot:main.

spring-boot-starters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 15, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 12, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Oct 23, 2014
Jan 9, 2015

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 reference documentation