一、新建Spring项目
IDEA使用的是教育版的,未找到可用的Spring插件,因此使用以下方式创建Spring项目
通过Spring | Spring Quickstart Guide的指引在Spring Initializr上创建spring项目。
什么是SpringBoot
Projects created by start.spring.io contain Spring Boot, a framework that makes Spring ready to work inside your app, but without much code or configuration required. Spring Boot is the quickest and most popular way to start Spring projects.
未创建成功,在参考3中看到一名话
Spring就是一个大工厂(容器)专门生成bean bean就是对象