出自:https://blog.youkuaiyun.com/xcc_2269861428/article/details/80429781

1.选择spring Initializr,注意要选择jdk,使用默认的spring.io这样就不用再去写pom文件了

2.创建项目名称

3.选择web

4.项目存储路径

5.创建完毕

6.编写controller

7.启动SpringdemoApplication

8.浏览器输入http://127.0.0.1:8080/hello

出自:https://blog.youkuaiyun.com/xcc_2269861428/article/details/80429781

1.选择spring Initializr,注意要选择jdk,使用默认的spring.io这样就不用再去写pom文件了

2.创建项目名称

3.选择web

4.项目存储路径

5.创建完毕

6.编写controller

7.启动SpringdemoApplication

8.浏览器输入http://127.0.0.1:8080/hello
