Madhura Bhave 91ca9763e0 Reorder documentation overview section
The documentation overview sections is supposed to provide a map
for the rest of the reference document. The getting help and upgrading
sections were moved to align with that.
2021-06-14 10:25:01 -07:00

35 lines
1.1 KiB
Plaintext

[[using]]
= Developing with Spring Boot
include::attributes.adoc[]
This section goes into more detail about how you should use Spring Boot.
It covers topics such as build systems, auto-configuration, and how to run your applications.
We also cover some Spring Boot best practices.
Although there is nothing particularly special about Spring Boot (it is just another library that you can consume), there are a few recommendations that, when followed, make your development process a little easier.
If you are starting out with Spring Boot, you should probably read the _<<getting-started#getting-started, Getting Started>>_ guide before diving into this section.
include::using/build-systems.adoc[]
include::using/structuring-your-code.adoc[]
include::using/configuration-classes.adoc[]
include::using/auto-configuration.adoc[]
include::using/spring-beans-and-dependency-injection.adoc[]
include::using/using-the-springbootapplication-annotation.adoc[]
include::using/running-your-application.adoc[]
include::using/devtools.adoc[]
include::using/packaging-for-production.adoc[]
include::using/whats-next.adoc[]