1.启动IntelliJ IDEA,点击“Create New Project”

2.选择“Spring initializr”,设定SDK及Spring Boot网址

3.如图设定项目名称及命名空间等

4.选择Spring Boot版本及需要的依赖

5.设定项目名称及存放路径

6.编写控制器代码

7.在终端中进入项目目录,运行"mvn spring-boot:run"


8.浏览器访问http://localhost:8080/hello/