1.idea创建springboot工程
JDK选择1.8以上的版本
选择springboot的版本和添加配置项
新建一个HelloController,测试
访问 http://localhost:8080/hello
springboot学习笔记一:快速搭建springboot项目
原文:https://www.cnblogs.com/ctsx/p/10275600.html