[[boot-documentation]] = Spring Boot Documentation [partintro] -- This section provides a brief overview of Spring Boot reference documentation. It serves as a map for the rest of the document. -- [[boot-documentation-about]] == About the Documentation The Spring Boot reference guide is available as * {spring-boot-docs}/html[HTML] * {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF] * {spring-boot-docs}/epub/spring-boot-reference.epub[EPUB] The latest copy is available at {spring-boot-docs-current}. 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. [[boot-documentation-getting-help]] == Getting Help If you have trouble with Spring Boot, we would like to help. * Try the <>. They provide solutions to the most common questions. * Learn the Spring basics. Spring Boot builds on many other Spring projects. Check the https://spring.io[spring.io] web-site for a wealth of reference documentation. If you are starting out with Spring, try one of the https://spring.io/guides[guides]. * Ask a question. We monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-boot[`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 {github-code}[get involved]. [[boot-documentation-first-steps]] == First Steps If you are getting started with Spring Boot or 'Spring' in general, start with <>: * *From scratch:* <> | <> | <> * *Tutorial:* <> | <> * *Running your example:* <> | <> == Working with Spring Boot Ready to actually start using Spring Boot? <>: * *Build systems:* <> | <> | <> | <> * *Best practices:* <> | <> | <> | <> * *Running your code* <> | <> | <> | <> * *Packaging your app:* <> * *Spring Boot CLI:* <> == Learning about Spring Boot Features Need more details about Spring Boot's core features? <>: * *Core Features:* <> | <> | <> | <> * *Web Applications:* <> | <> * *Working with data:* <> | <> * *Messaging:* <> | <> * *Testing:* <> | <> | <> * *Extending:* <> | <> == Moving to Production When you are ready to push your Spring Boot application to production, we have <> that you might like: * *Management endpoints:* <> | <> * *Connection options:* <> | <> * *Monitoring:* <> | <> | <> | <> == Advanced Topics Finally, we have a few topics for more advanced users: * *Spring Boot Applications Deployment:* <> | <> * *Build tool plugins:* <> | <> * *Appendix:* <> | <> | <>