Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration.
复制代码
大体意思就是SpringBoot使得创建独立的、生产级的应用程序变得容易,你可以“直接使用”。我们对于Spring平台和第三方库有自己约定好的观点,因此你能够轻松入门。大多数 Spring 引导应用程序需要最少的 Spring 配置。
至此,我们大概就明白了SpringBoot的基本概念,它是一个集成了很多框架的大杂烩,它“约定大于配置”,我们只需要在其基础上按约定进行开发即可,无需再进行复杂的配置。
二、SpringBoot的一些核心特征