当前位置 : 首页 > 购买指南

Spring Boot:快速构建生产级Spring应用的脚手架

<|begin▁of▁sentence|># 1. 什么是SpringBoot SpringBoot是Spring项目中的一个子工程,与我们所熟知的Spring-framework 同属于spring的产品: ![image-20210901164924998](assets/image-20210901164924998.png) 我们可以看到下面的一段介绍: > Takes an opinionated view of building production-ready Spring applications. Spring Boot favors convention over configuration and is designed to get you up and running as quickly as possible. 翻译一下: > 用一些固定的方式来构建生产级别的spring应用。Spring Boot 推崇约定大于配置的方式,以便于你能够尽可能快速的启动并运行程序。 其实人们把Spring Boot 称为搭建程序的`脚手架`。其最主要作用就是帮我们快速的构建庞大的spring项目,并且尽可能的减少一切xml配置,做到开箱即用,迅速上手,让我们关注于业务而非配置。

栏目列表