springboot-1-搭建一个springboot项目
在idea上新建项目,选spring initializr 下一步

下一步

下一步

finish,完成
这个时候项目就建好了,然后配置项目端口和项目名:
在application.properties中添加

添加IndexControler

项目启动:

在idea上新建项目,选spring initializr 下一步

下一步

下一步

finish,完成
这个时候项目就建好了,然后配置项目端口和项目名:
在application.properties中添加

添加IndexControler

项目启动:
