<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-autoconfigure" % "1.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-autoconfigure', version='1.0.0.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-autoconfigure" rev="1.0.0.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.0.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-joda
|-- org.apache.activemq:activemq-core
|-- org.apache.activemq:activemq-pool
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.apache.tomcat:tomcat-jdbc
|-- org.eclipse.jetty:jetty-webapp
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-validator
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-jms
|-- org.springframework:spring-orm
|-- org.springframework:spring-tx
|-- org.springframework:spring-web
|-- org.springframework:spring-websocket
|-- org.springframework:spring-webmvc
|-- org.springframework.batch:spring-batch-core
|-- org.springframework.data:spring-data-jpa
|-- org.springframework.data:spring-data-mongodb
|-- org.springframework.data:spring-data-redis
|-- org.springframework.security:spring-security-acl
|-- org.springframework.security:spring-security-web
|-- org.springframework.security:spring-security-config
|-- org.springframework.amqp:spring-rabbit
|-- org.springframework.mobile:spring-mobile-device
|-- org.thymeleaf:thymeleaf-spring4
|-- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect
|-- org.thymeleaf.extras:thymeleaf-extras-springsecurity3
|-- org.projectreactor:reactor-spring
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
test
|-- org.springframework.boot:spring-boot
|-- mysql:mysql-connector-java