创建SpringBoot项目

使用开发工具Intellij IDEA开始创建(注:直接创建SpringBoot项目这个功能在社区版IDEA上是没有的)

1、创建项目时选择Spring Initializr

2、输入项目基本信息

3、选择项目所需要添加的依赖,之后Intellij IDEA自动把选中的依赖添加 到项目的pom.xml中

4、选择项目创建路径

原文地址:https://www.cnblogs.com/mingforyou/p/14581209.html