Spring Boot 1.1.3.RELEASE API

Packages 
Package Description
org.springframework.boot
Core Spring Boot classes.
org.springframework.boot.ansi
Support classes to provide ANSI color output.
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.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.liquibase
Custom support for Liquibase database migration.
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.logback
Support for the Logback logging library.
org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.test
Classes and utilities that are useful when unit-testing Spring Boot applications.
org.springframework.boot.yaml
Support for parsing YAML.

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