Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 678 Bytes

File metadata and controls

10 lines (7 loc) · 678 Bytes

Developing with Spring Boot

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 Developing your first Spring Boot application tutorial before diving into this section.