springboot学习一:快速搭建springboot项目

1.idea创建springboot工程

 JDK选择1.8以上的版本

选择springboot的版本和添加配置项

新建一个HelloController,测试

访问 http://localhost:8080/hello

原文地址:https://www.cnblogs.com/ctsx/p/10275600.html