2014-03-14 04:18:47 +08:00
|
|
|
[[getting-started]]
|
2017-10-24 22:59:54 +08:00
|
|
|
= Getting Started
|
2018-11-24 04:20:24 +08:00
|
|
|
include::attributes.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
|
|
|
|
|
2019-08-28 12:09:28 +08:00
|
|
|
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.
|
2014-03-14 04:18:47 +08:00
|
|
|
|
|
|
|
|
2017-11-02 23:15:42 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::getting-started/introducing-spring-boot.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::getting-started/system-requirements.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::getting-started/installing.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::getting-started/first-application.adoc[]
|
2014-03-14 04:18:47 +08:00
|
|
|
|
2021-04-30 00:11:56 +08:00
|
|
|
include::getting-started/whats-next.adoc[]
|
2019-08-28 12:09:28 +08:00
|
|
|
|