2021-04-29 12:51:19 +08:00
[[index]]
2018-11-24 04:20:24 +08:00
= Spring Boot Reference Documentation
2020-07-27 22:20:59 +08:00
include::authors.adoc[]
2021-06-14 20:24:01 +08:00
v{spring-boot-version}
2021-01-15 23:50:45 +08:00
include::attributes.adoc[]
2021-08-24 00:34:11 +08:00
This document is also available as {spring-boot-docs}/htmlsingle/[a single HTML page] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[a PDF].
2021-04-30 00:11:56 +08:00
2018-11-24 04:20:24 +08:00
The reference documentation consists of the following sections:
2014-03-14 04:15:33 +08:00
2018-11-24 04:20:24 +08:00
[horizontal]
2021-04-30 00:11:56 +08:00
<<legal#legal,Legal>> :: Legal information.
2021-06-10 12:36:28 +08:00
<<getting-help#getting-help,Getting Help>> :: Resources for getting help.
<<documentation#documentation,Documentation Overview>> :: About the Documentation, First Steps, and more.
2021-08-18 00:09:40 +08:00
<<getting-started#getting-started,Getting Started>> :: Introducing Spring Boot, System Requirements, Servlet Containers, Installing Spring Boot, and Developing Your First Spring Boot Application
<<upgrading#upgrading,Upgrading Spring Boot Applications>> :: Upgrading from 1.x, Upgrading to a new feature release, and Upgrading the Spring Boot CLI.
2021-04-30 00:11:56 +08:00
<<using#using,Using Spring Boot>> :: Build Systems, Structuring Your Code, Configuration, Spring Beans and Dependency Injection, DevTools, and more.
2022-11-16 15:17:35 +08:00
<<features#features,Core Features>> :: Profiles, Logging, Internationalization, Task Execution and Scheduling, Testing, and more.
2021-12-21 16:05:06 +08:00
<<web#web,Web>> :: Servlet Web, Reactive Web, Embedded Container Support, Graceful Shutdown, and more.
2021-06-23 09:06:49 +08:00
<<data#data,Data>> :: SQL and NOSQL data access.
2021-08-18 00:09:40 +08:00
<<io#io,IO>> :: Caching, Quartz Scheduler, REST clients, Sending email, Spring Web Services, and more.
2022-03-23 23:29:56 +08:00
<<messaging#messaging,Messaging>> :: JMS, AMQP, Apache Kafka, RSocket, WebSocket, and Spring Integration.
2021-08-18 00:09:40 +08:00
<<container-images#container-images,Container Images>> :: Efficient container images and Building container images with Dockerfiles and Cloud Native Buildpacks.
2021-06-23 09:06:49 +08:00
<<actuator#actuator,Production-ready Features>> :: Monitoring, Metrics, Auditing, and more.
2021-08-18 00:09:40 +08:00
<<deployment#deployment,Deploying Spring Boot Applications>> :: Deploying to the Cloud, and Installing as a Unix application.
2022-10-24 17:01:30 +08:00
<<native-image#native-image,GraalVM Native Image Support>> :: Create a native executable from your application using GraalVM
2021-04-30 00:11:56 +08:00
<<cli#cli,Spring Boot CLI>> :: Installing the CLI, Using the CLI, Configuring the CLI, and more.
<<build-tool-plugins#build-tool-plugins,Build Tool Plugins>> :: Maven Plugin, Gradle Plugin, Antlib, and more.
<<howto#howto,"`How-to`" Guides>> :: Application Development, Configuration, Embedded Servers, Data Access, and many more.
2019-09-17 16:44:40 +08:00
The reference documentation has the following appendices:
[horizontal]
2022-02-09 20:18:35 +08:00
<<application-properties#appendix.application-properties,Application Properties>> :: Common application properties that you can use to configure your application.
<<configuration-metadata#appendix.configuration-metadata,Configuration Metadata>> :: Metadata that you can use to describe configuration properties.
2022-02-07 18:09:53 +08:00
<<auto-configuration-classes#appendix.auto-configuration-classes,Auto-configuration Classes>> :: Auto-configuration classes provided by Spring Boot.
2022-02-09 20:18:35 +08:00
<<test-auto-configuration#appendix.test-auto-configuration,Test Auto-configuration Annotations>> :: Test auto-configuration annotations that you can use to test slices of your application.
2022-02-07 18:09:53 +08:00
<<executable-jar#appendix.executable-jar,Executable Jars>> :: Spring Boot's executable jars, their launchers, and their format.
<<dependency-versions#appendix.dependency-versions,Dependency Versions>> :: Details of the dependencies that are managed by Spring Boot.