spring-boot-autoconfigure

spring-boot-autoconfigure

Spring Boot AutoConfigure
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-autoconfigure-1.0.0.RELEASE.jar download
spring-boot-autoconfigure-1.0.0.RELEASE.pom download
spring-boot-autoconfigure-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-autoconfigure</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-autoconfigure:1.0.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-autoconfigure:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-autoconfigure" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-autoconfigure', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-autoconfigure" rev="1.0.0.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-autoconfigure "1.0.0.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-autoconfigure:jar:1.0.0.RELEASE'
Dependencies
<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

|-- commons-dbcp:commons-dbcp

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

|-- com.lambdaworks:lettuce

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

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

|-- org.aspectj:aspectjweaver

test

|-- org.springframework.boot:spring-boot

|-- org.hsqldb:hsqldb

|-- mysql:mysql-connector-java

|-- org.springframework:spring-test

|-- org.slf4j:slf4j-jdk14