Developing with Spring Boot

本节详细介绍了如何使用 Spring Boot。它涵盖了诸如构建系统、自动配置和如何运行应用程序等主题。我们还介绍了一些 Spring Boot 最佳实践。虽然 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.

如果您是 Spring Boot 的新手,您在深入了解本节之前应该阅读 Developing your first Spring Boot application 教程。

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.