This section provides a brief overview of Spring Boot reference documentation. It serves as a map for the rest of the document.
The Spring Boot reference guide is available as:
-
{spring-boot-docs}/html/[Multi-page HTML]
-
{spring-boot-docs}/htmlsingle/[Single page HTML]
-
{spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF]
The latest copy is available at {spring-boot-current-docs}.
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.
If you have trouble with Spring Boot, we would like to help.
-
Try the How-to documents. They provide solutions to the most common questions.
-
Learn the Spring basics. Spring Boot builds on many other Spring projects. Check the spring.io web-site for a wealth of reference documentation. If you are starting out with Spring, try one of the guides.
-
Ask a question. We monitor stackoverflow.com for questions tagged with
spring-boot
. -
Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues.
Note
|
All of Spring Boot is open source, including the documentation. If you find problems with the docs or if you want to improve them, please {spring-boot-code}[get involved]. |
Instructions for how to upgrade from earlier versions of Spring Boot are provided on the project {github-wiki}[wiki]. Follow the links in the {github-wiki}#release-notes[release notes] section to find the version that you want to upgrade to.
Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.
You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot.
If you are getting started with Spring Boot or 'Spring' in general, start with the following topics:
-
From scratch: Overview | Requirements | Installation
Ready to actually start using Spring Boot? We have you covered:
-
Best practices: Code Structure | @Configuration | @EnableAutoConfiguration | Beans and Dependency Injection
-
Packaging your app: Production jars
-
Spring Boot CLI: Using the CLI
Need more details about Spring Boot’s core features? The following content is for you:
-
Core Features: SpringApplication | External Configuration | Profiles | Logging
-
Web Applications: MVC | Embedded Containers
-
Testing: Overview | Boot Applications | Utils
-
Extending: Auto-configuration | @Conditions
When you are ready to push your Spring Boot application to production, we have some tricks that you might like:
Finally, we have a few topics for more advanced users:
-
Spring Boot Applications Deployment: Cloud Deployment | OS Service
-
Appendix: Application Properties | Configuration Metadata | Auto-configuration Classes | Test Auto-configuration Annotations | Executable Jars | Dependency Versions