eclipse创建springboot项目

  1. 安装 Spring Tools (sts),如下图:
  2. 安装maven,如下图:
  3. 创建springboot项目,如下图: 

     

     

     

     

     浏览器输入地址访问:http://localhost:8080/hello 
     
    一个简单的 Spring Boot项目搭建完成。

原文地址:https://www.cnblogs.com/smartbear/p/11462759.html