一、新建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就是对象

参考

  1. Spring Hello World 实例_w3cschool
  2. 在IDEA中使用Spring写一个HelloWorld - 爱吃西瓜的番茄酱 - 博客园
  3. Spring入门案例 idea创建Spring项目 - Java魑魅魍魉 - 博客园
  4. Spring | Spring Quickstart Guide