Spring Boot Docs 1.2.1.RELEASE API

Packages 
Package Description
org.springframework.boot
Core Spring Boot classes.
org.springframework.boot.actuate.audit  
org.springframework.boot.actuate.audit.listener  
org.springframework.boot.actuate.autoconfigure  
org.springframework.boot.actuate.endpoint  
org.springframework.boot.actuate.endpoint.jmx  
org.springframework.boot.actuate.endpoint.mvc  
org.springframework.boot.actuate.health  
org.springframework.boot.actuate.metrics  
org.springframework.boot.actuate.metrics.export  
org.springframework.boot.actuate.metrics.reader  
org.springframework.boot.actuate.metrics.repository  
org.springframework.boot.actuate.metrics.repository.redis  
org.springframework.boot.actuate.metrics.rich  
org.springframework.boot.actuate.metrics.util  
org.springframework.boot.actuate.metrics.writer  
org.springframework.boot.actuate.security  
org.springframework.boot.actuate.system  
org.springframework.boot.actuate.trace  
org.springframework.boot.ansi
Support classes to provide ANSI color output.
org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
org.springframework.boot.autoconfigure.amqp  
org.springframework.boot.autoconfigure.aop  
org.springframework.boot.autoconfigure.batch  
org.springframework.boot.autoconfigure.cloud  
org.springframework.boot.autoconfigure.condition  
org.springframework.boot.autoconfigure.dao  
org.springframework.boot.autoconfigure.data  
org.springframework.boot.autoconfigure.data.elasticsearch  
org.springframework.boot.autoconfigure.data.jpa  
org.springframework.boot.autoconfigure.data.mongo  
org.springframework.boot.autoconfigure.data.rest  
org.springframework.boot.autoconfigure.data.solr  
org.springframework.boot.autoconfigure.data.web  
org.springframework.boot.autoconfigure.elasticsearch  
org.springframework.boot.autoconfigure.flyway  
org.springframework.boot.autoconfigure.freemarker  
org.springframework.boot.autoconfigure.groovy.template  
org.springframework.boot.autoconfigure.gson  
org.springframework.boot.autoconfigure.hateoas  
org.springframework.boot.autoconfigure.integration  
org.springframework.boot.autoconfigure.jackson  
org.springframework.boot.autoconfigure.jdbc  
org.springframework.boot.autoconfigure.jdbc.metadata  
org.springframework.boot.autoconfigure.jersey  
org.springframework.boot.autoconfigure.jms  
org.springframework.boot.autoconfigure.jms.activemq  
org.springframework.boot.autoconfigure.jms.hornetq  
org.springframework.boot.autoconfigure.jmx  
org.springframework.boot.autoconfigure.jta  
org.springframework.boot.autoconfigure.liquibase  
org.springframework.boot.autoconfigure.logging  
org.springframework.boot.autoconfigure.mail  
org.springframework.boot.autoconfigure.mobile  
org.springframework.boot.autoconfigure.mongo  
org.springframework.boot.autoconfigure.orm.jpa  
org.springframework.boot.autoconfigure.reactor  
org.springframework.boot.autoconfigure.redis  
org.springframework.boot.autoconfigure.security  
org.springframework.boot.autoconfigure.social  
org.springframework.boot.autoconfigure.solr  
org.springframework.boot.autoconfigure.template  
org.springframework.boot.autoconfigure.thymeleaf  
org.springframework.boot.autoconfigure.velocity  
org.springframework.boot.autoconfigure.web  
org.springframework.boot.autoconfigure.websocket  
org.springframework.boot.bind
Classes and utilities to help when binding spring based configuration files to objects.
org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
org.springframework.boot.cloudfoundry
Support for Cloud Foundry PAAS based deployment.
org.springframework.boot.context
Classes related to Spring's ApplicationContext.
org.springframework.boot.context.config
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
org.springframework.boot.context.embedded
Support for embedded servlet containers.
org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.embedded.undertow
Support for Undertow EmbeddedServletContainers.
org.springframework.boot.context.event  
org.springframework.boot.context.properties
Support for external configuration binding via the @ConfigurationProperties annotation.
org.springframework.boot.context.web
Spring ApplicationContext support relating to web deployment.
org.springframework.boot.env
Spring Environment support.
org.springframework.boot.json
Support for parsing JSON.
org.springframework.boot.jta
Support for the Java Transaction API.
org.springframework.boot.jta.atomikos  
org.springframework.boot.jta.bitronix  
org.springframework.boot.liquibase
Custom support for Liquibase database migration.
org.springframework.boot.loader
System that allows self-contained JAR/WAR archives to be launched using java -jar.
org.springframework.boot.loader.archive
Abstraction over logical Archives be they backed by a JAR file or unpacked into a folder.
org.springframework.boot.loader.data
Classes and interfaces to allows random access to a block of data.
org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.
org.springframework.boot.loader.tools  
org.springframework.boot.loader.util  
org.springframework.boot.logging
Support and abstractions across several logging libraries.
org.springframework.boot.logging.java
Support for 'Java Util Logging'.
org.springframework.boot.logging.log4j
Support for the Log4j logging library.
org.springframework.boot.logging.log4j2
Support for the Log4j 2 logging library.
org.springframework.boot.logging.logback
Support for the Logback logging library.
org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.orm.jpa.hibernate  
org.springframework.boot.test
Classes and utilities that are useful when unit-testing Spring Boot applications.
org.springframework.boot.yaml
Spring Boot extensions to Spring Framework's support for parsing YAML.

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.