diff --git a/Spring-Boot/version/documents/1.5.6/guide.md b/Spring-Boot/version/documents/1.5.6/guide.md index 1acaf7e04afd3a0d20fc757a6c915dc06baecd6f..96f6f3ddcf616de9380b328f5819667f0a7646e9 100644 --- a/Spring-Boot/version/documents/1.5.6/guide.md +++ b/Spring-Boot/version/documents/1.5.6/guide.md @@ -1,6 +1,6 @@ # Spring Boot Reference Guide -### [中文文档](README_CN.md) +### [中文文档](参考手册.md) ## Authors @@ -10,8 +10,6 @@ Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, Copyright © 2012-2017 - - *Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this* *Copyright Notice, whether distributed in print or electronically.* ------ @@ -51,7 +49,7 @@ Copyright © 2012-2017 - [11.3. Writing the code](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#getting-started-first-application-code) - [12. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#getting-started-whats-next) - [III. Using Spring Boot](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot) +- [III. Using Spring Boot](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot) - [13. Build systems](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-build-systems) - [13.1. Dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-dependency-management) @@ -83,7 +81,7 @@ Copyright © 2012-2017 - [20. Developer tools](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools) - [20.1. Property defaults](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-property-defaults) - [20.2. Automatic restart](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart) - - [20.2.1. Excluding resources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart-exclude) + - [20.2.1. Excluding resources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart-exclude) - [20.2.2. Watching additional paths](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart-additional-paths) - [20.2.3. Disabling restart](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart-disable) - [20.2.4. Using a trigger file](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-devtools-restart-triggerfile) @@ -98,51 +96,186 @@ Copyright © 2012-2017 - [21. Packaging your application for production](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-packaging-for-production) - [22. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#using-boot-whats-next) - [IV. Spring Boot features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features) +- [IV. Spring Boot features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features) - [23. SpringApplication](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-application) - - [23.1. Startup failure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_startup_failure)[23.2. Customizing the Banner](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-banner)[23.3. Customizing SpringApplication](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-spring-application)[23.4. Fluent builder API](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-fluent-builder-api)[23.5. Application events and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-events-and-listeners)[23.6. Web environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-web-environment)[23.7. Accessing application arguments](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-arguments)[23.8. Using the ApplicationRunner or CommandLineRunner](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-command-line-runner)[23.9. Application exit](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-exit)[23.10. Admin features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-admin) - + - [23.1. Startup failure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_startup_failure) + - [23.2. Customizing the Banner](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-banner) + - [23.3. Customizing SpringApplication](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-spring-application) + - [23.4. Fluent builder API](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-fluent-builder-api) + - [23.5. Application events and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-events-and-listeners) + - [23.6. Web environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-web-environment) + - [23.7. Accessing application arguments](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-arguments) + - [23.8. Using the ApplicationRunner or CommandLineRunner](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-command-line-runner) + - [23.9. Application exit](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-exit) + - [23.10. Admin features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-application-admin) + - [24. Externalized Configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config) - [24.1. Configuring random values](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-random-values)[24.2. Accessing command line properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-command-line-args)[24.3. Application property files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-application-property-files)[24.4. Profile-specific properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-profile-specific-properties)[24.5. Placeholders in properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-placeholders-in-properties)[24.6. Using YAML instead of Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-yaml)[24.6.1. Loading YAML](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-loading-yaml)[24.6.2. Exposing YAML as properties in the Spring Environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-exposing-yaml-to-spring)[24.6.3. Multi-profile YAML documents](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-multi-profile-yaml)[24.6.4. YAML shortcomings](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-yaml-shortcomings)[24.6.5. Merging YAML lists](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-complex-type-merge)[24.7. Type-safe Configuration Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-typesafe-configuration-properties)[24.7.1. Third-party configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-3rd-party-configuration)[24.7.2. Relaxed binding](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-relaxed-binding)[24.7.3. Properties conversion](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-conversion)[24.7.4. @ConfigurationProperties Validation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-validation)[24.7.5. @ConfigurationProperties vs. @Value](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-vs-value) - + - [24.1. Configuring random values](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-random-values) + - [24.2. Accessing command line properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-command-line-args) + - [24.3. Application property files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-application-property-files) + - [24.4. Profile-specific properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-profile-specific-properties) + - [24.5. Placeholders in properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-placeholders-in-properties) + - [24.6. Using YAML instead of Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-yaml) + - [24.6.1. Loading YAML](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-loading-yaml) + - [24.6.2. Exposing YAML as properties in the Spring Environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-exposing-yaml-to-spring) + - [24.6.3. Multi-profile YAML documents](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-multi-profile-yaml) + - [24.6.4. YAML shortcomings](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-yaml-shortcomings) + - [24.6.5. Merging YAML lists](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-complex-type-merge) + - [24.7. Type-safe Configuration Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-typesafe-configuration-properties) + - [24.7.1. Third-party configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-3rd-party-configuration) + - [24.7.2. Relaxed binding](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-relaxed-binding) + - [24.7.3. Properties conversion](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-conversion) + - [24.7.4. @ConfigurationProperties Validation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-validation) + - [24.7.5. @ConfigurationProperties vs. @Value](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-external-config-vs-value) + - [25. Profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-profiles) - [25.1. Adding active profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-adding-active-profiles)[25.2. Programmatically setting profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-programmatically-setting-profiles)[25.3. Profile-specific configuration files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-profile-specific-configuration) + - [25.1. Adding active profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-adding-active-profiles) + - [25.2. Programmatically setting profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-programmatically-setting-profiles) + - [25.3. Profile-specific configuration files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-profile-specific-configuration) - [26. Logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging) - [26.1. Log format](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-format)[26.2. Console output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-console-output)[26.2.1. Color-coded output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-color-coded-output)[26.3. File output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-file-output)[26.4. Log Levels](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-log-levels)[26.5. Custom log configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-log-configuration)[26.6. Logback extensions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logback-extensions)[26.6.1. Profile-specific configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_profile_specific_configuration)[26.6.2. Environment properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_environment_properties) + - [26.1. Log format](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-format) + - [26.2. Console output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-console-output) + - [26.2.1. Color-coded output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-color-coded-output) + - [26.3. File output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logging-file-output) + - [26.4. Log Levels](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-log-levels) + - [26.5. Custom log configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-log-configuration) + - [26.6. Logback extensions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-logback-extensions) + - [26.6.1. Profile-specific configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_profile_specific_configuration) + - [26.6.2. Environment properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_environment_properties) - [27. Developing web applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-developing-web-applications) - [27.1. The ‘Spring Web MVC framework’](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc)[27.1.1. Spring MVC auto-configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-auto-configuration)[27.1.2. HttpMessageConverters](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-message-converters)[27.1.3. Custom JSON Serializers and Deserializers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-json-components)[27.1.4. MessageCodesResolver](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-message-codes)[27.1.5. Static Content](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-static-content)[27.1.6. Custom Favicon](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-favicon)[27.1.7. ConfigurableWebBindingInitializer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-web-binding-initializer)[27.1.8. Template engines](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-template-engines)[27.1.9. Error Handling](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling)[Custom error pages](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-custom-error-pages)[Mapping error pages outside of Spring MVC](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-mapping-error-pages-without-mvc)[Error Handling on WebSphere Application Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-websphere)[27.1.10. Spring HATEOAS](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-hateoas)[27.1.11. CORS support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-cors)[27.2. JAX-RS and Jersey](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jersey)[27.3. Embedded servlet container support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container)[27.3.1. Servlets, Filters, and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners)[Registering Servlets, Filters, and listeners as Spring beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners-beans)[27.3.2. Servlet Context Initialization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-context-initializer)[Scanning for Servlets, Filters, and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners-scanning)[27.3.3. The EmbeddedWebApplicationContext](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-application-context)[27.3.4. Customizing embedded servlet containers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-embedded-containers)[Programmatic customization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-programmatic-embedded-container-customization)[Customizing ConfigurableEmbeddedServletContainer directly](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-configurableembeddedservletcontainerfactory-directly)[27.3.5. JSP limitations](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jsp-limitations) + - [27.1. The ‘Spring Web MVC framework’](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc) + - [27.1.1. Spring MVC auto-configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-auto-configuration) + - [27.1.2. HttpMessageConverters](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-message-converters) + - [27.1.3. Custom JSON Serializers and Deserializers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-json-components) + - [27.1.4. MessageCodesResolver](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-message-codes) + - [27.1.5. Static Content](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-static-content) + - [27.1.6. Custom Favicon](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-favicon) + - [27.1.7. ConfigurableWebBindingInitializer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-web-binding-initializer) + - [27.1.8. Template engines](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-template-engines) + - [27.1.9. Error Handling](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling) + - [Custom error pages](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-custom-error-pages) + - [Mapping error pages outside of Spring MVC](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-mapping-error-pages-without-mvc) + - [Error Handling on WebSphere Application Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-error-handling-websphere) + - [27.1.10. Spring HATEOAS](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-hateoas) + - [27.1.11. CORS support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-cors) + - [27.2. JAX-RS and Jersey](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jersey) + - [27.3. Embedded servlet container support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container) + - [27.3.1. Servlets, Filters, and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners) + - [Registering Servlets, Filters, and listeners as Spring beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners-beans) + - [27.3.2. Servlet Context Initialization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-context-initializer) + - [Scanning for Servlets, Filters, and listeners](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-servlets-filters-listeners-scanning) + - [27.3.3. The EmbeddedWebApplicationContext](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-container-application-context) + - [27.3.4. Customizing embedded servlet containers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-embedded-containers) + - [Programmatic customization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-programmatic-embedded-container-customization) + - [Customizing ConfigurableEmbeddedServletContainer directly](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-customizing-configurableembeddedservletcontainerfactory-directly) + - [27.3.5. JSP limitations](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jsp-limitations) - [28. Security](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security) - [28.1. OAuth2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2)[28.1.1. Authorization Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-authorization-server)[28.1.2. Resource Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-resource-server)[28.2. Token Type in User Info](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-token-type)[28.3. Customizing the User Info RestTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-custom-user-info)[28.3.1. Client](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-custom-user-info-client)[28.3.2. Single Sign On](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-single-sign-on)[28.4. Actuator Security](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-actuator) + - [28.1. OAuth2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2) + - [28.1.1. Authorization Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-authorization-server) + - [28.1.2. Resource Server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-resource-server) + - [28.2. Token Type in User Info](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-token-type) + - [28.3. Customizing the User Info RestTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-custom-user-info) + - [28.3.1. Client](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-custom-user-info-client) + - [28.3.2. Single Sign On](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-oauth2-single-sign-on) + - [28.4. Actuator Security](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-security-actuator) - [29. Working with SQL databases](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql) - [29.1. Configure a DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-configure-datasource)[29.1.1. Embedded Database Support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-database-support)[29.1.2. Connection to a production database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connect-to-production-database)[29.1.3. Connection to a JNDI DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-a-jndi-datasource)[29.2. Using JdbcTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jdbc-template)[29.3. JPA and ‘Spring Data’](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jpa-and-spring-data)[29.3.1. Entity Classes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-entity-classes)[29.3.2. Spring Data JPA Repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-jpa-repositories)[29.3.3. Creating and dropping JPA databases](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-creating-and-dropping-jpa-databases)[29.3.4. Open EntityManager in View](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jpa-in-web-environment)[29.4. Using H2’s web console](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console)[29.4.1. Changing the H2 console’s path](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console-custom-path)[29.4.2. Securing the H2 console](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console-securing)[29.5. Using jOOQ](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jooq)[29.5.1. Code Generation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_code_generation)[29.5.2. Using DSLContext](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_dslcontext)[29.5.3. Customizing jOOQ](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_customizing_jooq) + - [29.1. Configure a DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-configure-datasource) + - [29.1.1. Embedded Database Support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-embedded-database-support) + - [29.1.2. Connection to a production database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connect-to-production-database) + - [29.1.3. Connection to a JNDI DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-a-jndi-datasource) + - [29.2. Using JdbcTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jdbc-template) + - [29.3. JPA and ‘Spring Data’](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jpa-and-spring-data) + - [29.3.1. Entity Classes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-entity-classes) + - [29.3.2. Spring Data JPA Repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-jpa-repositories) + - [29.3.3. Creating and dropping JPA databases](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-creating-and-dropping-jpa-databases) + - [29.3.4. Open EntityManager in View](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jpa-in-web-environment) + - [29.4. Using H2’s web console](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console) + - [29.4.1. Changing the H2 console’s path](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console-custom-path) + - [29.4.2. Securing the H2 console](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-sql-h2-console-securing) + - [29.5. Using jOOQ](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jooq) + - [29.5.1. Code Generation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_code_generation) + - [29.5.2. Using DSLContext](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_dslcontext) + - [29.5.3. Customizing jOOQ](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_customizing_jooq) - [30. Working with NoSQL technologies](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-nosql) - - [30.1. Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-redis)[30.1.1. Connecting to Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-redis)[30.2. MongoDB](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongodb)[30.2.1. Connecting to a MongoDB database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-mongodb)[30.2.2. MongoTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongo-template)[30.2.3. Spring Data MongoDB repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-mongo-repositories)[30.2.4. Embedded Mongo](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongo-embedded)[30.3. Neo4j](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-neo4j)[30.3.1. Connecting to a Neo4j database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-neo4j)[30.3.2. Using the embedded mode](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-neo4j-embedded)[30.3.3. Neo4jSession](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-neo4j-ogm-session)[30.3.4. Spring Data Neo4j repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-neo4j-repositories)[30.3.5. Repository example](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_repository_example)[30.4. Gemfire](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-gemfire)[30.5. Solr](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-solr)[30.5.1. Connecting to Solr](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-solr)[30.5.2. Spring Data Solr repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-solr-repositories)[30.6. Elasticsearch](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-elasticsearch)[30.6.1. Connecting to Elasticsearch using Jest](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-elasticsearch-jest)[30.6.2. Connecting to Elasticsearch using Spring Data](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-elasticsearch-spring-data)[30.6.3. Spring Data Elasticsearch repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-elasticsearch-repositories)[30.7. Cassandra](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-cassandra)[30.7.1. Connecting to Cassandra](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-cassandra)[30.7.2. Spring Data Cassandra repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-cassandra-repositories)[30.8. Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-couchbase)[30.8.1. Connecting to Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-couchbase)[30.8.2. Spring Data Couchbase repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-couchbase-repositories)[30.9. LDAP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap)[30.9.1. Connecting to an LDAP server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-connecting)[30.9.2. Spring Data LDAP repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-spring-data-repositories)[30.9.3. Embedded in-memory LDAP server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-embedded) + - [30.1. Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-redis) + -[30.1.1. Connecting to Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-redis) + - [30.2. MongoDB](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongodb) + - [30.2.1. Connecting to a MongoDB database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-mongodb) + - [30.2.2. MongoTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongo-template) + - [30.2.3. Spring Data MongoDB repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-mongo-repositories) + - [30.2.4. Embedded Mongo](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-mongo-embedded) + - [30.3. Neo4j](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-neo4j) + - [30.3.1. Connecting to a Neo4j database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-neo4j) + - [30.3.2. Using the embedded mode](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-neo4j-embedded) + - [30.3.3. Neo4jSession](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-neo4j-ogm-session) + - [30.3.4. Spring Data Neo4j repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-neo4j-repositories) + - [30.3.5. Repository example](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_repository_example) + - [30.4. Gemfire](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-gemfire) + - [30.5. Solr](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-solr) + - [30.5.1. Connecting to Solr](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-solr) + - [30.5.2. Spring Data Solr repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-solr-repositories) + - [30.6. Elasticsearch](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-elasticsearch) + - [30.6.1. Connecting to Elasticsearch using Jest](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-elasticsearch-jest) + - [30.6.2. Connecting to Elasticsearch using Spring Data](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-elasticsearch-spring-data) + - [30.6.3. Spring Data Elasticsearch repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-elasticsearch-repositories) + - [30.7. Cassandra](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-cassandra) + - [30.7.1. Connecting to Cassandra](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-cassandra) + - [30.7.2. Spring Data Cassandra repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-cassandra-repositories) + - [30.8. Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-couchbase) + - [30.8.1. Connecting to Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-connecting-to-couchbase) + - [30.8.2. Spring Data Couchbase repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spring-data-couchbase-repositories) + - [30.9. LDAP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap) + - [30.9.1. Connecting to an LDAP server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-connecting) + - [30.9.2. Spring Data LDAP repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-spring-data-repositories) + - [30.9.3. Embedded in-memory LDAP server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-ldap-embedded) - [31. Caching](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching) - [31.1. Supported cache providers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_supported_cache_providers)[31.1.1. Generic](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-generic)[31.1.2. JCache (JSR-107)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-jcache)[31.1.3. EhCache 2.x](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-ehcache2)[31.1.4. Hazelcast](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-hazelcast)[31.1.5. Infinispan](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-infinispan)[31.1.6. Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-couchbase)[31.1.7. Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-redis)[31.1.8. Caffeine](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-caffeine)[31.1.9. Guava (deprecated)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-guava)[31.1.10. Simple](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-simple)[31.1.11. None](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-none) + - [31.1. Supported cache providers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_supported_cache_providers) + - [31.1.1. Generic](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-generic) + - [31.1.2. JCache (JSR-107)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-jcache) + - [31.1.3. EhCache 2.x](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-ehcache2) + - [31.1.4. Hazelcast](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-hazelcast) + - [31.1.5. Infinispan](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-infinispan) + - [31.1.6. Couchbase](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-couchbase) + - [31.1.7. Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-redis) + - [31.1.8. Caffeine](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-caffeine) + - [31.1.9. Guava (deprecated)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-guava) + - [31.1.10. Simple](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-simple) + - [31.1.11. None](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-caching-provider-none) - [32. Messaging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-messaging) - [32.1. JMS](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jms)[32.1.1. ActiveMQ support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-activemq)[32.1.2. Artemis support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-artemis)[32.1.3. Using a JNDI ConnectionFactory](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jms-jndi)[32.1.4. Sending a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jms-sending)[32.1.5. Receiving a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jms-receiving)[32.2. AMQP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-amqp)[32.2.1. RabbitMQ support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-rabbitmq)[32.2.2. Sending a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-amqp-sending)[32.2.3. Receiving a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-amqp-receiving)[32.3. Apache Kafka Support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka)[32.3.1. Sending a Message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-sending-a-message)[32.3.2. Receiving a Message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-receiving-a-message)[32.3.3. Additional Kafka Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-extra-props) + - [32.1. JMS](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jms) + - [32.1.1. ActiveMQ support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-activemq) + - [32.1.2. Artemis support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-artemis) + - [32.1.3. Using a JNDI ConnectionFactory](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jms-jndi) + - [32.1.4. Sending a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jms-sending) + - [32.1.5. Receiving a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-jms-receiving) + - [32.2. AMQP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-amqp) + - [32.2.1. RabbitMQ support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-rabbitmq) + - [32.2.2. Sending a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-amqp-sending) + - [32.2.3. Receiving a message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-using-amqp-receiving) + - [32.3. Apache Kafka Support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka) + - [32.3.1. Sending a Message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-sending-a-message) + - [32.3.2. Receiving a Message](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-receiving-a-message) + - [32.3.3. Additional Kafka Properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-kafka-extra-props) - [33. Calling REST services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-restclient) - [33.1. RestTemplate customization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-restclient-customization) + - [33.1. RestTemplate customization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-restclient-customization) - [34. Validation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-validation) @@ -150,7 +283,12 @@ Copyright © 2012-2017 - [36. Distributed Transactions with JTA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta) - [36.1. Using an Atomikos transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-atomikos)[36.2. Using a Bitronix transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-bitronix)[36.3. Using a Narayana transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-narayana)[36.4. Using a Java EE managed transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-javaee)[36.5. Mixing XA and non-XA JMS connections](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-mixed-jms)[36.6. Supporting an alternative embedded transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-supporting-alternative-embedded) + - [36.1. Using an Atomikos transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-atomikos) + - [36.2. Using a Bitronix transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-bitronix) + - [36.3. Using a Narayana transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-narayana) + - [36.4. Using a Java EE managed transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-javaee) + - [36.5. Mixing XA and non-XA JMS connections](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-mixed-jms) + - [36.6. Supporting an alternative embedded transaction manager](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-jta-supporting-alternative-embedded) - [37. Hazelcast](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-hazelcast) @@ -162,7 +300,27 @@ Copyright © 2012-2017 - [41. Testing](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing) - [41.1. Test scope dependencies](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-test-scope-dependencies)[41.2. Testing Spring applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-applications)[41.3. Testing Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications)[41.3.1. Detecting test configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-detecting-config)[41.3.2. Excluding test configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-excluding-config)[41.3.3. Working with random ports](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-working-with-random-ports)[41.3.4. Mocking and spying beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-mocking-beans)[41.3.5. Auto-configured tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-tests)[41.3.6. Auto-configured JSON tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-json-tests)[41.3.7. Auto-configured Spring MVC tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests)[41.3.8. Auto-configured Data JPA tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test)[41.3.9. Auto-configured JDBC tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jdbc-test)[41.3.10. Auto-configured Data MongoDB tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mongo-test)[41.3.11. Auto-configured REST clients](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-client)[41.3.12. Auto-configured Spring REST Docs tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-docs)[41.3.13. Using Spock to test Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-with-spock)[41.4. Test utilities](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-test-utilities)[41.4.1. ConfigFileApplicationContextInitializer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-configfileapplicationcontextinitializer-test-utility)[41.4.2. EnvironmentTestUtils](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-environment-test-utilities)[41.4.3. OutputCapture](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-output-capture-test-utility)[41.4.4. TestRestTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-rest-templates-test-utility) + - [41.1. Test scope dependencies](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-test-scope-dependencies) + - [41.2. Testing Spring applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-applications) + - [41.3. Testing Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications) + - [41.3.1. Detecting test configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-detecting-config) + - [41.3.2. Excluding test configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-excluding-config) + - [41.3.3. Working with random ports](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-working-with-random-ports) + - [41.3.4. Mocking and spying beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-mocking-beans) + - [41.3.5. Auto-configured tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-tests) + - [41.3.6. Auto-configured JSON tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-json-tests) + - [41.3.7. Auto-configured Spring MVC tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests) + - [41.3.8. Auto-configured Data JPA tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test) + - [41.3.9. Auto-configured JDBC tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-jdbc-test) + - [41.3.10. Auto-configured Data MongoDB tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-mongo-test) + - [41.3.11. Auto-configured REST clients](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-client) + - [41.3.12. Auto-configured Spring REST Docs tests](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-docs) + - [41.3.13. Using Spock to test Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-testing-spring-boot-applications-with-spock) + - [41.4. Test utilities](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-test-utilities) + - [41.4.1. ConfigFileApplicationContextInitializer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-configfileapplicationcontextinitializer-test-utility) + - [41.4.2. EnvironmentTestUtils](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-environment-test-utilities) + - [41.4.3. OutputCapture](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-output-capture-test-utility) + - [41.4.4. TestRestTemplate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-rest-templates-test-utility) - [42. WebSockets](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-websockets) @@ -170,73 +328,156 @@ Copyright © 2012-2017 - [44. Creating your own auto-configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-developing-auto-configuration) - [44.1. Understanding auto-configured beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-understanding-auto-configured-beans)[44.2. Locating auto-configuration candidates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-locating-auto-configuration-candidates)[44.3. Condition annotations](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-condition-annotations)[44.3.1. Class conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-class-conditions)[44.3.2. Bean conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-bean-conditions)[44.3.3. Property conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-property-conditions)[44.3.4. Resource conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-resource-conditions)[44.3.5. Web application conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-web-application-conditions)[44.3.6. SpEL expression conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spel-conditions)[44.4. Creating your own starter](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter)[44.4.1. Naming](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming)[44.4.2. Autoconfigure module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-autoconfigure)[44.4.3. Starter module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-starter) + - [44.1. Understanding auto-configured beans](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-understanding-auto-configured-beans) + - [44.2. Locating auto-configuration candidates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-locating-auto-configuration-candidates) + - [44.3. Condition annotations](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-condition-annotations) + - [44.3.1. Class conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-class-conditions) + - [44.3.2. Bean conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-bean-conditions) + - [44.3.3. Property conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-property-conditions) + - [44.3.4. Resource conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-resource-conditions) + - [44.3.5. Web application conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-web-application-conditions) + - [44.3.6. SpEL expression conditions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-spel-conditions) + - [44.4. Creating your own starter](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter) + - [44.4.1. Naming](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming) + - [44.4.2. Autoconfigure module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-autoconfigure) + - [44.4.3. Starter module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-custom-starter-module-starter) - [45. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#boot-features-whats-next) - [V. Spring Boot Actuator: Production-ready features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready) +- [V. Spring Boot Actuator: Production-ready features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready) - [46. Enabling production-ready features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-enabling) - [47. Endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-endpoints) - [47.1. Customizing endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints)[47.2. Hypermedia for actuator MVC endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-endpoint-hypermedia)[47.3. CORS support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-endpoint-cors)[47.4. Adding custom endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints-programmatically)[47.5. Health information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-health)[47.6. Security with HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_security_with_healthindicators)[47.6.1. Auto-configured HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_auto_configured_healthindicators)[47.6.2. Writing custom HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_writing_custom_healthindicators)[47.7. Application information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info)[47.7.1. Auto-configured InfoContributors](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-autoconfigure)[47.7.2. Custom application info information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-env)[47.7.3. Git commit information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-git)[47.7.4. Build information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-build)[47.7.5. Writing custom InfoContributors](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-custom) + - [47.1. Customizing endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints) + - [47.2. Hypermedia for actuator MVC endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-endpoint-hypermedia) + - [47.3. CORS support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-endpoint-cors) + - [47.4. Adding custom endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-endpoints-programmatically) + - [47.5. Health information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-health) + - [47.6. Security with HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_security_with_healthindicators) + - [47.6.1. Auto-configured HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_auto_configured_healthindicators) + - [47.6.2. Writing custom HealthIndicators](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_writing_custom_healthindicators) + - [47.7. Application information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info) + - [47.7.1. Auto-configured InfoContributors](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-autoconfigure) + - [47.7.2. Custom application info information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-env) + - [47.7.3. Git commit information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-git) + - [47.7.4. Build information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-build) + - [47.7.5. Writing custom InfoContributors](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-application-info-custom) - [48. Monitoring and management over HTTP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-monitoring) - [48.1. Accessing sensitive endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-sensitive-endpoints)[48.2. Customizing the management endpoint paths](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-context-path)[48.3. Customizing the management server port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-port)[48.4. Configuring management-specific SSL](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-management-specific-ssl)[48.5. Customizing the management server address](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-address)[48.6. Disabling HTTP endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disabling-http-endpoints)[48.7. HTTP health endpoint format and access restrictions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-health-access-restrictions) + - [48.1. Accessing sensitive endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-sensitive-endpoints) + - [48.2. Customizing the management endpoint paths](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-context-path) + - [48.3. Customizing the management server port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-port) + - [48.4. Configuring management-specific SSL](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-management-specific-ssl) + - [48.5. Customizing the management server address](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-address) + - [48.6. Disabling HTTP endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disabling-http-endpoints) + - [48.7. HTTP health endpoint format and access restrictions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-health-access-restrictions) - [49. Monitoring and management over JMX](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-jmx) - [49.1. Customizing MBean names](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-custom-mbean-names)[49.2. Disabling JMX endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disable-jmx-endpoints)[49.3. Using Jolokia for JMX over HTTP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-jolokia)[49.3.1. Customizing Jolokia](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-jolokia)[49.3.2. Disabling Jolokia](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disabling-jolokia) + - [49.1. Customizing MBean names](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-custom-mbean-names) + - [49.2. Disabling JMX endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disable-jmx-endpoints) + - [49.3. Using Jolokia for JMX over HTTP](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-jolokia) + - [49.3.1. Customizing Jolokia](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-customizing-jolokia) + - [49.3.2. Disabling Jolokia](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-disabling-jolokia) - [50. Monitoring and management using a remote shell (deprecated)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-shell) - [50.1. Connecting to the remote shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-connecting-to-the-remote-shell)[50.1.1. Remote shell credentials](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-shell-credentials)[50.2. Extending the remote shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-extending-the-remote-shell)[50.2.1. Remote shell commands](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-commands)[50.2.2. Remote shell plugins](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-shell-plugins) + - [50.1. Connecting to the remote shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-connecting-to-the-remote-shell) + - [50.1.1. Remote shell credentials](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-shell-credentials) + - [50.2. Extending the remote shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-extending-the-remote-shell) + - [50.2.1. Remote shell commands](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-commands) + - [50.2.2. Remote shell plugins](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-remote-shell-plugins) - [51. Loggers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-loggers) - [51.1. Configure a Logger](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-logger-configuration) + - [51.1. Configure a Logger](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-logger-configuration) - [52. Metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metrics) - [52.1. System metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-system-metrics)[52.2. DataSource metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-datasource-metrics)[52.3. Cache metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-datasource-cache)[52.4. Tomcat session metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-session-metrics)[52.5. Recording your own metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-recording-metrics)[52.6. Adding your own public metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-public-metrics)[52.7. Special features with Java 8](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-repositories)[52.8. Metric writers, exporters and aggregation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers)[52.8.1. Example: Export to Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-redis)[52.8.2. Example: Export to Open TSDB](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-open-tsdb)[52.8.3. Example: Export to Statsd](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-statsd)[52.8.4. Example: Export to JMX](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-jmx)[52.9. Aggregating metrics from multiple sources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-aggregation)[52.10. Dropwizard Metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-dropwizard-metrics)[52.11. Message channel integration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metrics-message-channel-integration) + - [52.1. System metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-system-metrics) + - [52.2. DataSource metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-datasource-metrics) + - [52.3. Cache metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-datasource-cache) + - [52.4. Tomcat session metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-session-metrics) + - [52.5. Recording your own metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-recording-metrics) + - [52.6. Adding your own public metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-public-metrics) + - [52.7. Special features with Java 8](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-repositories) + - [52.8. Metric writers, exporters and aggregation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers) + - [52.8.1. Example: Export to Redis](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-redis) + - [52.8.2. Example: Export to Open TSDB](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-open-tsdb) + - [52.8.3. Example: Export to Statsd](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-statsd) + - [52.8.4. Example: Export to JMX](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-writers-export-to-jmx) + - [52.9. Aggregating metrics from multiple sources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metric-aggregation) + - [52.10. Dropwizard Metrics](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-dropwizard-metrics) + - [52.11. Message channel integration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-metrics-message-channel-integration) - [53. Auditing](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-auditing) - [54. Tracing](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-tracing) - [54.1. Custom tracing](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-custom-tracing) + - [54.1. Custom tracing](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-custom-tracing) - [55. Process monitoring](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-process-monitoring) - [55.1. Extend configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-process-monitoring-configuration)[55.2. Programmatically](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-process-monitoring-programmatically) + - [55.1. Extend configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-process-monitoring-configuration) + - [55.2. Programmatically](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-process-monitoring-programmatically) - [56. Cloud Foundry support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry) - [56.1. Disabling extended Cloud Foundry actuator support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-disable)[56.2. Cloud Foundry self signed certificates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-ssl)[56.3. Custom security configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-custom-security) + - [56.1. Disabling extended Cloud Foundry actuator support](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-disable) + - [56.2. Cloud Foundry self signed certificates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-ssl) + - [56.3. Custom security configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-cloudfoundry-custom-security) - [57. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#production-ready-whats-next) - [VI. Deploying Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment) +- [VI. Deploying Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment) - [58. Deploying to the cloud](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment) - [58.1. Cloud Foundry](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-cloud-foundry)[58.1.1. Binding to services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-cloud-foundry-services)[58.2. Heroku](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-heroku)[58.3. OpenShift](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-openshift)[58.4. Amazon Web Services (AWS)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-aws)[58.4.1. AWS Elastic Beanstalk](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_aws_elastic_beanstalk)[Using the Tomcat platform](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_the_tomcat_platform)[Using the Java SE platform](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_the_java_se_platform)[Best practices](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_best_practices)[58.4.2. Summary](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_summary)[58.5. Boxfuse and Amazon Web Services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-boxfuse)[58.6. Google Cloud](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-gae) + - [58.1. Cloud Foundry](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-cloud-foundry) + - [58.1.1. Binding to services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-cloud-foundry-services) + - [58.2. Heroku](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-heroku) + - [58.3. OpenShift](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-openshift) + - [58.4. Amazon Web Services (AWS)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-aws) + - [58.4.1. AWS Elastic Beanstalk](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_aws_elastic_beanstalk)[Using the Tomcat platform](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_the_tomcat_platform)[Using the Java SE platform](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_using_the_java_se_platform)[Best practices](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_best_practices) + - [58.4.2. Summary](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_summary) + - [58.5. Boxfuse and Amazon Web Services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-boxfuse) + - [58.6. Google Cloud](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cloud-deployment-gae) - [59. Installing Spring Boot applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-install) - [59.1. Supported operating systems](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-install-supported-operating-systems)[59.2. Unix/Linux services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-service)[59.2.1. Installation as an init.d service (System V)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-initd-service)[Securing an init.d service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-initd-service-securing)[59.2.2. Installation as a systemd service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-systemd-service)[59.2.3. Customizing the startup script](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization)[Customizing script when it’s written](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization-when-it-written)[Customizing script when it runs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization-when-it-runs)[59.3. Microsoft Windows services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-windows) + - [59.1. Supported operating systems](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-install-supported-operating-systems) + - [59.2. Unix/Linux services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-service) + - [59.2.1. Installation as an init.d service (System V)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-initd-service) + - [Securing an init.d service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-initd-service-securing) + - [59.2.2. Installation as a systemd service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-systemd-service) + - [59.2.3. Customizing the startup script](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization) + - [Customizing script when it’s written](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization-when-it-written) + - [Customizing script when it runs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-script-customization-when-it-runs) + - [59.3. Microsoft Windows services](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-windows) - [60. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#deployment-whats-next) - [VII. Spring Boot CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli) +- [VII. Spring Boot CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli) - [61. Installing the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-installation) - [62. Using the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-using-the-cli) - [62.1. Running applications using the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-run)[62.1.1. Deduced “grab” dependencies](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-deduced-grab-annotations)[62.1.2. Deduced “grab” coordinates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-grab-deduced-coordinates)[62.1.3. Default import statements](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-import-statements)[62.1.4. Automatic main method](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-automatic-main-method)[62.1.5. Custom dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-grab-deduced-coordinates-custom-dependency-management)[62.2. Testing your code](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-testing)[62.3. Applications with multiple source files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-multiple-source-files)[62.4. Packaging your application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-jar)[62.5. Initialize a new project](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-init)[62.6. Using the embedded shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-shell)[62.7. Adding extensions to the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-install-uninstall) + - [62.1. Running applications using the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-run) + - [62.1.1. Deduced “grab” dependencies](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-deduced-grab-annotations) + - [62.1.2. Deduced “grab” coordinates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-grab-deduced-coordinates) + - [62.1.3. Default import statements](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-import-statements) + - [62.1.4. Automatic main method](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-automatic-main-method) + - [62.1.5. Custom dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-default-grab-deduced-coordinates-custom-dependency-management) + - [62.2. Testing your code](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-testing) + - [62.3. Applications with multiple source files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-multiple-source-files) + - [62.4. Packaging your application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-jar) + - [62.5. Initialize a new project](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-init) + - [62.6. Using the embedded shell](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-shell) + - [62.7. Adding extensions to the CLI](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-install-uninstall) - [63. Developing application with the Groovy beans DSL](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-groovy-beans-dsl) @@ -244,105 +485,253 @@ Copyright © 2012-2017 - [65. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#cli-whats-next) - [VIII. Build tool plugins](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins) +- [VIII. Build tool plugins](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins) - [66. Spring Boot Maven plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-maven-plugin) - [66.1. Including the plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-include-maven-plugin)[66.2. Packaging executable jar and war files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-maven-packaging) + - [66.1. Including the plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-include-maven-plugin) + - [66.2. Packaging executable jar and war files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-maven-packaging) - [67. Spring Boot Gradle plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-plugin) - [67.1. Including the plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-including-the-gradle-plugin)[67.2. Gradle dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-dependency-management)[67.3. Packaging executable jar and war files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-packaging)[67.4. Running a project in-place](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-running-applications)[67.5. Spring Boot plugin configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-global-configuration)[67.6. Repackage configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-repackage-configuration)[67.7. Repackage with custom Gradle configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-repackage-custom-configuration)[67.7.1. Configuration options](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-options)[67.7.2. Available layouts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-layouts)[67.7.3. Using a custom layout](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-custom-repackager)[67.8. Understanding how the Gradle plugin works](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-understanding-the-gradle-plugin)[67.9. Publishing artifacts to a Maven repository using Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository)[67.9.1. Configuring Gradle to produce a pom that inherits dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository-inherit)[67.9.2. Configuring Gradle to produce a pom that imports dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository-import) + - [67.1. Including the plugin](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-including-the-gradle-plugin) + - [67.2. Gradle dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-dependency-management) + - [67.3. Packaging executable jar and war files](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-packaging) + - [67.4. Running a project in-place](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-running-applications) + - [67.5. Spring Boot plugin configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-global-configuration) + - [67.6. Repackage configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-repackage-configuration) + - [67.7. Repackage with custom Gradle configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-repackage-custom-configuration) + - [67.7.1. Configuration options](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-options) + - [67.7.2. Available layouts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-layouts) + - [67.7.3. Using a custom layout](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-configuration-custom-repackager) + - [67.8. Understanding how the Gradle plugin works](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-understanding-the-gradle-plugin) + - [67.9. Publishing artifacts to a Maven repository using Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository) + - [67.9.1. Configuring Gradle to produce a pom that inherits dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository-inherit) + - [67.9.2. Configuring Gradle to produce a pom that imports dependency management](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-gradle-publishing-artifacts-to-a-maven-repository-import) - [68. Spring Boot AntLib module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-antlib) - [68.1. Spring Boot Ant tasks](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_ant_tasks)[68.1.1. spring-boot:exejar](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_exejar)[68.1.2. Examples](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_examples)[68.2. spring-boot:findmainclass](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_findmainclass)[68.2.1. Examples](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_examples_2) + - [68.1. Spring Boot Ant tasks](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_ant_tasks) + - [68.1.1. spring-boot:exejar](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_exejar) + - [68.1.2. Examples](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_examples) + - [68.2. spring-boot:findmainclass](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_boot_findmainclass) + - [68.2.1. Examples](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_examples_2) - [69. Supporting other build systems](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-other-build-systems) - [69.1. Repackaging archives](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-repackaging-archives)[69.2. Nested libraries](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-nested-libraries)[69.3. Finding a main class](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-find-a-main-class)[69.4. Example repackage implementation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-repackage-implementation) + - [69.1. Repackaging archives](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-repackaging-archives) + - [69.2. Nested libraries](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-nested-libraries) + - [69.3. Finding a main class](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-find-a-main-class) + - [69.4. Example repackage implementation](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-repackage-implementation) - [70. What to read next](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#build-tool-plugins-whats-next) - [IX. ‘How-to’ guides](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto) +- [IX. ‘How-to’ guides](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto) - [71. Spring Boot application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-spring-boot-application) - [71.1. Create your own FailureAnalyzer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-failure-analyzer)[71.2. Troubleshoot auto-configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-troubleshoot-auto-configuration)[71.3. Customize the Environment or ApplicationContext before it starts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-environment-or-application-context)[71.4. Build an ApplicationContext hierarchy (adding a parent or root context)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-an-application-context-hierarchy)[71.5. Create a non-web application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-non-web-application) + - [71.1. Create your own FailureAnalyzer](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-failure-analyzer) + - [71.2. Troubleshoot auto-configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-troubleshoot-auto-configuration) + - [71.3. Customize the Environment or ApplicationContext before it starts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-environment-or-application-context) + - [71.4. Build an ApplicationContext hierarchy (adding a parent or root context)](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-an-application-context-hierarchy) + - [71.5. Create a non-web application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-non-web-application) - [72. Properties & configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-properties-and-configuration) - [72.1. Automatically expand properties at build time](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion)[72.1.1. Automatic property expansion using Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion-maven)[72.1.2. Automatic property expansion using Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion-gradle)[72.2. Externalize the configuration of SpringApplication](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-externalize-configuration)[72.3. Change the location of external properties of an application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-location-of-external-properties)[72.4. Use ‘short’ command line arguments](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-short-command-line-arguments)[72.5. Use YAML for external properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-yaml-for-external-properties)[72.6. Set the active Spring profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-set-active-spring-profiles)[72.7. Change configuration depending on the environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-configuration-depending-on-the-environment)[72.8. Discover built-in options for external properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-discover-build-in-options-for-external-properties) + - [72.1. Automatically expand properties at build time](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion) + - [72.1.1. Automatic property expansion using Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion-maven) + - [72.1.2. Automatic property expansion using Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-automatic-expansion-gradle) + - [72.2. Externalize the configuration of SpringApplication](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-externalize-configuration) + - [72.3. Change the location of external properties of an application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-location-of-external-properties) + - [72.4. Use ‘short’ command line arguments](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-short-command-line-arguments) + - [72.5. Use YAML for external properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-yaml-for-external-properties) + - [72.6. Set the active Spring profiles](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-set-active-spring-profiles) + - [72.7. Change configuration depending on the environment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-configuration-depending-on-the-environment) + - [72.8. Discover built-in options for external properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-discover-build-in-options-for-external-properties) - [73. Embedded servlet containers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-embedded-servlet-containers) - [73.1. Add a Servlet, Filter or Listener to an application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener)[73.1.1. Add a Servlet, Filter or Listener using a Spring bean](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener-as-spring-bean)[Disable registration of a Servlet or Filter](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-disable-registration-of-a-servlet-or-filter)[73.1.2. Add Servlets, Filters, and Listeners using classpath scanning](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener-using-scanning)[73.2. Change the HTTP port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-http-port)[73.3. Use a random unassigned HTTP port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-user-a-random-unassigned-http-port)[73.4. Discover the HTTP port at runtime](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-discover-the-http-port-at-runtime)[73.5. Configure SSL](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-ssl)[73.6. Configure Access Logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-accesslogs)[73.7. Use behind a front-end proxy server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-behind-a-proxy-server)[73.7.1. Customize Tomcat’s proxy configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-tomcat-behind-a-proxy-server)[73.8. Configure Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-tomcat)[73.9. Enable Multiple Connectors with Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-multiple-connectors-in-tomcat)[73.10. Use Tomcat’s LegacyCookieProcessor](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-legacycookieprocessor)[73.11. Use Jetty instead of Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-instead-of-tomcat)[73.12. Configure Jetty](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-jetty)[73.13. Use Undertow instead of Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-undertow-instead-of-tomcat)[73.14. Configure Undertow](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-undertow)[73.15. Enable Multiple Listeners with Undertow](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-multiple-listeners-in-undertow)[73.16. Use Tomcat 7.x or 8.0](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-7)[73.16.1. Use Tomcat 7.x or 8.0 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-7-maven)[73.16.2. Use Tomcat 7.x or 8.0 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_use_tomcat_7_x_or_8_0_with_gradle)[73.17. Use Jetty 9.2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2)[73.17.1. Use Jetty 9.2 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2-maven)[73.17.2. Use Jetty 9.2 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2-gradle)[73.18. Use Jetty 8](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8)[73.18.1. Use Jetty 8 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8-maven)[73.18.2. Use Jetty 8 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8-gradle)[73.19. Create WebSocket endpoints using @ServerEndpoint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-websocket-endpoints-using-serverendpoint)[73.20. Enable HTTP response compression](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#how-to-enable-http-response-compression) + - [73.1. Add a Servlet, Filter or Listener to an application](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener) + - [73.1.1. Add a Servlet, Filter or Listener using a Spring bean](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener-as-spring-bean) + - [Disable registration of a Servlet or Filter](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-disable-registration-of-a-servlet-or-filter) + - [73.1.2. Add Servlets, Filters, and Listeners using classpath scanning](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-add-a-servlet-filter-or-listener-using-scanning) + - [73.2. Change the HTTP port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-http-port) + - [73.3. Use a random unassigned HTTP port](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-user-a-random-unassigned-http-port) + - [73.4. Discover the HTTP port at runtime](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-discover-the-http-port-at-runtime) + - [73.5. Configure SSL](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-ssl) + - [73.6. Configure Access Logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-accesslogs) + - [73.7. Use behind a front-end proxy server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-behind-a-proxy-server) + - [73.7.1. Customize Tomcat’s proxy configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-tomcat-behind-a-proxy-server) + - [73.8. Configure Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-tomcat) + - [73.9. Enable Multiple Connectors with Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-multiple-connectors-in-tomcat) + - [73.10. Use Tomcat’s LegacyCookieProcessor](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-legacycookieprocessor) + - [73.11. Use Jetty instead of Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-instead-of-tomcat) + - [73.12. Configure Jetty](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-jetty) + - [73.13. Use Undertow instead of Tomcat](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-undertow-instead-of-tomcat) + - [73.14. Configure Undertow](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-undertow) + - [73.15. Enable Multiple Listeners with Undertow](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-multiple-listeners-in-undertow) + - [73.16. Use Tomcat 7.x or 8.0](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-7) + - [73.16.1. Use Tomcat 7.x or 8.0 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-tomcat-7-maven) + - [73.16.2. Use Tomcat 7.x or 8.0 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_use_tomcat_7_x_or_8_0_with_gradle) + - [73.17. Use Jetty 9.2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2) + - [73.17.1. Use Jetty 9.2 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2-maven) + - [73.17.2. Use Jetty 9.2 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-9.2-gradle) + - [73.18. Use Jetty 8](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8) + - [73.18.1. Use Jetty 8 with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8-maven) + - [73.18.2. Use Jetty 8 with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-jetty-8-gradle) + - [73.19. Create WebSocket endpoints using @ServerEndpoint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-websocket-endpoints-using-serverendpoint) + - [73.20. Enable HTTP response compression](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#how-to-enable-http-response-compression) - [74. Spring MVC](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-spring-mvc) - [74.1. Write a JSON REST service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-write-a-json-rest-service)[74.2. Write an XML REST service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-write-an-xml-rest-service)[74.3. Customize the Jackson ObjectMapper](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-jackson-objectmapper)[74.4. Customize the @ResponseBody rendering](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-responsebody-rendering)[74.5. Handling Multipart File Uploads](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-multipart-file-upload-configuration)[74.6. Switch off the Spring MVC DispatcherServlet](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-the-spring-mvc-dispatcherservlet)[74.7. Switch off the Default MVC configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-default-mvc-configuration)[74.8. Customize ViewResolvers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-view-resolvers)[74.9. Use Thymeleaf 3](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-thymeleaf-3) + - [74.1. Write a JSON REST service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-write-a-json-rest-service) + - [74.2. Write an XML REST service](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-write-an-xml-rest-service) + - [74.3. Customize the Jackson ObjectMapper](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-jackson-objectmapper)[74.4. Customize the @ResponseBody rendering](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-responsebody-rendering) + - [74.5. Handling Multipart File Uploads](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-multipart-file-upload-configuration) + - [74.6. Switch off the Spring MVC DispatcherServlet](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-the-spring-mvc-dispatcherservlet) + - [74.7. Switch off the Default MVC configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-default-mvc-configuration) + - [74.8. Customize ViewResolvers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-view-resolvers) + - [74.9. Use Thymeleaf 3](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-thymeleaf-3) - [75. HTTP clients](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-http-clients) - [75.1. Configure RestTemplate to use a proxy](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-http-clients-proxy-configuration) + - [75.1. Configure RestTemplate to use a proxy](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-http-clients-proxy-configuration) - [76. Logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-logging) - [76.1. Configure Logback for logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-logback-for-logging)[76.1.1. Configure logback for file only output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-logback-for-logging-fileonly)[76.2. Configure Log4j for logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-log4j-for-logging)[76.2.1. Use YAML or JSON to configure Log4j 2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-log4j-for-logging-yaml-or-json-config) + - [76.1. Configure Logback for logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-logback-for-logging) + - [76.1.1. Configure logback for file only output](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-logback-for-logging-fileonly) + - [76.2. Configure Log4j for logging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-log4j-for-logging) + - [76.2.1. Use YAML or JSON to configure Log4j 2](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-log4j-for-logging-yaml-or-json-config) - [77. Data Access](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-data-access) - [77.1. Configure a custom DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-a-datasource)[77.2. Configure Two DataSources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-two-datasources)[77.3. Use Spring Data repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-spring-data-repositories)[77.4. Separate @Entity definitions from Spring configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-separate-entity-definitions-from-spring-configuration)[77.5. Configure JPA properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-jpa-properties)[77.6. Configure Hibernate Naming Strategy](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-hibernate-naming-strategy)[77.7. Use a custom EntityManagerFactory](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-custom-entity-manager)[77.8. Use Two EntityManagers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-two-entity-managers)[77.9. Use a traditional persistence.xml](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-traditional-persistence-xml)[77.10. Use Spring Data JPA and Mongo repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-spring-data-jpa--and-mongo-repositories)[77.11. Expose Spring Data repositories as REST endpoint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-exposing-spring-data-repositories-rest-endpoint)[77.12. Configure a component that is used by JPA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-a-component-that-is-used-by-JPA) + - [77.1. Configure a custom DataSource](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-a-datasource) + - [77.2. Configure Two DataSources](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-two-datasources) + - [77.3. Use Spring Data repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-spring-data-repositories) + - [77.4. Separate @Entity definitions from Spring configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-separate-entity-definitions-from-spring-configuration) + - [77.5. Configure JPA properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-jpa-properties) + - [77.6. Configure Hibernate Naming Strategy](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-hibernate-naming-strategy) + - [77.7. Use a custom EntityManagerFactory](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-custom-entity-manager) + - [77.8. Use Two EntityManagers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-two-entity-managers) + - [77.9. Use a traditional persistence.xml](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-traditional-persistence-xml) + - [77.10. Use Spring Data JPA and Mongo repositories](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-spring-data-jpa--and-mongo-repositories) + - [77.11. Expose Spring Data repositories as REST endpoint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-exposing-spring-data-repositories-rest-endpoint) + - [77.12. Configure a component that is used by JPA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-configure-a-component-that-is-used-by-JPA) - [78. Database initialization](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-database-initialization) - [78.1. Initialize a database using JPA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-jpa)[78.2. Initialize a database using Hibernate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-hibernate)[78.3. Initialize a database using Spring JDBC](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-spring-jdbc)[78.4. Initialize a Spring Batch database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-spring-batch-database)[78.5. Use a higher-level database migration tool](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-a-higher-level-database-migration-tool)[78.5.1. Execute Flyway database migrations on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-flyway-database-migrations-on-startup)[78.5.2. Execute Liquibase database migrations on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-liquibase-database-migrations-on-startup) + - [78.1. Initialize a database using JPA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-jpa) + - [78.2. Initialize a database using Hibernate](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-hibernate) + - [78.3. Initialize a database using Spring JDBC](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-database-using-spring-jdbc) + - [78.4. Initialize a Spring Batch database](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-initialize-a-spring-batch-database) + - [78.5. Use a higher-level database migration tool](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-a-higher-level-database-migration-tool) + - [78.5.1. Execute Flyway database migrations on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-flyway-database-migrations-on-startup) + - [78.5.2. Execute Liquibase database migrations on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-liquibase-database-migrations-on-startup) - [79. Messaging](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-messaging) - [79.1. Disable transacted JMS session](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-jms-disable-transaction) + - [79.1. Disable transacted JMS session](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-jms-disable-transaction) - [80. Batch applications](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-batch-applications) - [80.1. Execute Spring Batch jobs on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-spring-batch-jobs-on-startup) + - [80.1. Execute Spring Batch jobs on startup](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-execute-spring-batch-jobs-on-startup) - [81. Actuator](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-actuator) - [81.1. Change the HTTP port or address of the actuator endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-http-port-or-address-of-the-actuator-endpoints)[81.2. Customize the ‘whitelabel’ error page](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-whitelabel-error-page)[81.3. Actuator and Jersey](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-actuator-with-jersey) + - [81.1. Change the HTTP port or address of the actuator endpoints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-http-port-or-address-of-the-actuator-endpoints) + - [81.2. Customize the ‘whitelabel’ error page](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-the-whitelabel-error-page) + - [81.3. Actuator and Jersey](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-actuator-with-jersey) - [82. Security](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-security) - [82.1. Switch off the Spring Boot security configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-spring-boot-security-configuration)[82.2. Change the AuthenticationManager and add user accounts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-authenticationmanager-and-add-user-accounts)[82.3. Enable HTTPS when running behind a proxy server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-https) + - [82.1. Switch off the Spring Boot security configuration](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-switch-off-spring-boot-security-configuration) + - [82.2. Change the AuthenticationManager and add user accounts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-change-the-authenticationmanager-and-add-user-accounts) + - [82.3. Enable HTTPS when running behind a proxy server](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-enable-https) - [83. Hot swapping](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-hotswapping) - [83.1. Reload static content](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-static-content)[83.2. Reload templates without restarting the container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-thymeleaf-template-content)[83.2.1. Thymeleaf templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-thymeleaf-content)[83.2.2. FreeMarker templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-freemarker-content)[83.2.3. Groovy templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-groovy-template-content)[83.3. Fast application restarts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-fast-restart)[83.4. Reload Java classes without restarting the container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-java-classes-without-restarting)[83.4.1. Configuring Spring Loaded for use with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-springloaded-maven)[83.4.2. Configuring Spring Loaded for use with Gradle and IntelliJ IDEA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-springloaded-gradle-and-intellij-idea) + - [83.1. Reload static content](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-static-content) + - [83.2. Reload templates without restarting the container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-thymeleaf-template-content) + - [83.2.1. Thymeleaf templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-thymeleaf-content) + - [83.2.2. FreeMarker templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-freemarker-content) + - [83.2.3. Groovy templates](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-groovy-template-content) + - [83.3. Fast application restarts](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-fast-restart) + - [83.4. Reload Java classes without restarting the container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-java-classes-without-restarting) + - [83.4.1. Configuring Spring Loaded for use with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-springloaded-maven) + - [83.4.2. Configuring Spring Loaded for use with Gradle and IntelliJ IDEA](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-reload-springloaded-gradle-and-intellij-idea) - [84. Build](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build) - [84.1. Generate build information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-info)[84.2. Generate git information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-git-info)[84.3. Customize dependency versions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-dependency-versions)[84.4. Create an executable JAR with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-an-executable-jar-with-maven)[84.5. Use a Spring Boot application as a dependency](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-an-additional-executable-jar)[84.6. Extract specific libraries when an executable jar runs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-extract-specific-libraries-when-an-executable-jar-runs)[84.7. Create a non-executable JAR with exclusions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-nonexecutable-jar)[84.8. Remote debug a Spring Boot application started with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-remote-debug-maven-run)[84.9. Remote debug a Spring Boot application started with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-remote-debug-gradle-run)[84.10. Build an executable archive from Ant without using spring-boot-antlib](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-an-executable-archive-with-ant)[84.11. How to use Java 6](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6)[84.11.1. Embedded servlet container compatibility](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6-embedded-container)[84.11.2. Jackson](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6-jackson)[84.11.3. JTA API compatibility](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#how-to-use-java-6-jta-api) + - [84.1. Generate build information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-info) + - [84.2. Generate git information](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-git-info) + - [84.3. Customize dependency versions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-customize-dependency-versions) + - [84.4. Create an executable JAR with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-an-executable-jar-with-maven) + - [84.5. Use a Spring Boot application as a dependency](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-an-additional-executable-jar) + - [84.6. Extract specific libraries when an executable jar runs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-extract-specific-libraries-when-an-executable-jar-runs) + - [84.7. Create a non-executable JAR with exclusions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-nonexecutable-jar) + - [84.8. Remote debug a Spring Boot application started with Maven](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-remote-debug-maven-run) + - [84.9. Remote debug a Spring Boot application started with Gradle](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-remote-debug-gradle-run) + - [84.10. Build an executable archive from Ant without using spring-boot-antlib](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-build-an-executable-archive-with-ant) + - [84.11. How to use Java 6](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6) + - [84.11.1. Embedded servlet container compatibility](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6-embedded-container) + - [84.11.2. Jackson](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-use-java-6-jackson) + - [84.11.3. JTA API compatibility](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#how-to-use-java-6-jta-api) - [85. Traditional deployment](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-traditional-deployment) - [85.1. Create a deployable war file](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-deployable-war-file)[85.2. Create a deployable war file for older servlet containers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-deployable-war-file-for-older-containers)[85.3. Convert an existing application to Spring Boot](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-convert-an-existing-application-to-spring-boot)[85.4. Deploying a WAR to WebLogic](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-weblogic)[85.5. Deploying a WAR in an Old (Servlet 2.5) Container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-servlet-2-5) + - [85.1. Create a deployable war file](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-deployable-war-file) + - [85.2. Create a deployable war file for older servlet containers](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-create-a-deployable-war-file-for-older-containers) + - [85.3. Convert an existing application to Spring Boot](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-convert-an-existing-application-to-spring-boot) + - [85.4. Deploying a WAR to WebLogic](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-weblogic) + - [85.5. Deploying a WAR in an Old (Servlet 2.5) Container](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#howto-servlet-2-5) - [X. Appendices](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#appendix) +- [X. Appendices](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#appendix) - [A. Common application properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#common-application-properties) - [B. Configuration meta-data](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata) - [B.1. Meta-data format](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-format)[B.1.1. Group Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-group-attributes)[B.1.2. Property Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-property-attributes)[B.1.3. Hint Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-hints-attributes)[B.1.4. Repeated meta-data items](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-repeated-items)[B.2. Providing manual hints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-providing-manual-hints)[B.2.1. Value hint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_value_hint)[B.2.2. Value provider](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_value_provider)[Any](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_any)[Class reference](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_class_reference)[Handle As](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_handle_as)[Logger name](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_logger_name)[Spring bean reference](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_bean_reference)[Spring profile name](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_profile_name)[B.3. Generating your own meta-data using the annotation processor](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor)[B.3.1. Nested properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-nested-properties)[B.3.2. Adding additional meta-data](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-additional-metadata) + - [B.1. Meta-data format](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-format) + - [B.1.1. Group Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-group-attributes) + - [B.1.2. Property Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-property-attributes) + - [B.1.3. Hint Attributes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-hints-attributes) + - [B.1.4. Repeated meta-data items](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-repeated-items) + - [B.2. Providing manual hints](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-providing-manual-hints) + - [B.2.1. Value hint](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_value_hint) + - [B.2.2. Value provider](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_value_provider) + - [Any](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_any) + - [Class reference](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_class_reference) + - [Handle As](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_handle_as) + - [Logger name](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_logger_name) + - [Spring bean reference](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_bean_reference) + - [Spring profile name](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#_spring_profile_name) + - [B.3. Generating your own meta-data using the annotation processor](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-annotation-processor) + - [B.3.1. Nested properties](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-nested-properties) + - [B.3.2. Adding additional meta-data](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#configuration-metadata-additional-metadata) - [C. Auto-configuration classes](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#auto-configuration-classes) - [C.1. From the “spring-boot-autoconfigure” module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#auto-configuration-classes-from-autoconfigure-module)[C.2. From the “spring-boot-actuator” module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#auto-configuration-classes-from-actuator) + - [C.1. From the “spring-boot-autoconfigure” module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#auto-configuration-classes-from-autoconfigure-module) + - [C.2. From the “spring-boot-actuator” module](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#auto-configuration-classes-from-actuator) - [D. Test auto-configuration annotations](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#test-auto-configuration) - [E. The executable jar format](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar) - [E.1. Nested JARs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-nested-jars)[E.1.1. The executable jar file structure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jar-file-structure)[E.1.2. The executable war file structure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-war-file-structure)[E.2. Spring Boot’s “JarFile” class](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jarfile)[E.2.1. Compatibility with the standard Java “JarFile”](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jarfile-compatibility)[E.3. Launching executable jars](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-launching)[E.3.1. Launcher manifest](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-launcher-manifest)[E.3.2. Exploded archives](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-exploded-archives)[E.4. PropertiesLauncher Features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-property-launcher-features)[E.5. Executable jar restrictions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-restrictions)[E.5.1. Zip entry compression](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-zip-entry-compression)[E.5.2. System ClassLoader](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-system-classloader)[E.6. Alternative single jar solutions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-alternatives) + - [E.1. Nested JARs](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-nested-jars) + - [E.1.1. The executable jar file structure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jar-file-structure) + - [E.1.2. The executable war file structure](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-war-file-structure) + - [E.2. Spring Boot’s “JarFile” class](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jarfile) + - [E.2.1. Compatibility with the standard Java “JarFile”](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-jarfile-compatibility) + - [E.3. Launching executable jars](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-launching) + - [E.3.1. Launcher manifest](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-launcher-manifest) + - [E.3.2. Exploded archives](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-exploded-archives) + - [E.4. PropertiesLauncher Features](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-property-launcher-features) + - [E.5. Executable jar restrictions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-restrictions) + - [E.5.1. Zip entry compression](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-zip-entry-compression) + - [E.5.2. System ClassLoader](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-system-classloader) + - [E.6. Alternative single jar solutions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#executable-jar-alternatives) - [F. Dependency versions](https://docs.spring.io/spring-boot/docs/1.5.6.RELEASE/reference/htmlsingle/#appendix-dependency-versions)