Phillip Webb 33c6c600a9 Split up adoc files
Closes gh-23254
2021-04-29 17:32:27 -07:00

24 lines
681 B
Plaintext

[[getting-started]]
= Getting Started
include::attributes.adoc[]
If you are getting started with Spring Boot, or "`Spring`" in general, start by reading this section.
It answers the basic "`what?`", "`how?`" and "`why?`" questions.
It includes an introduction to Spring Boot, along with installation instructions.
We then walk you through building your first Spring Boot application, discussing some core principles as we go.
include::getting-started/introducing-spring-boot.adoc[]
include::getting-started/system-requirements.adoc[]
include::getting-started/installing.adoc[]
include::getting-started/first-application.adoc[]
include::getting-started/whats-next.adoc[]