1.Open IDEA,choose "New-->Project"

2.Choose "Spring Initializr"

使用Intellij创建第一个Springboot程序

3. Choose java 1.7 version,then next

使用Intellij创建第一个Springboot程序

4. Choose "Web"

使用Intellij创建第一个Springboot程序

5. Fill out the project name,and choose the project location

使用Intellij创建第一个Springboot程序

6. 将"

.mvn
mvnw
mvnw.cmd"文件删掉

使用Intellij创建第一个Springboot程序

7. show the project

使用Intellij创建第一个Springboot程序

8. Application:

使用Intellij创建第一个Springboot程序

9. create controller

使用Intellij创建第一个Springboot程序

10. Run Application

使用Intellij创建第一个Springboot程序

11. start project

使用Intellij创建第一个Springboot程序

12. Now we input the address on the browser

使用Intellij创建第一个Springboot程序

successful!!

相关文章: