Spring Boot 2.0系列教程(一) 使用IDEA生成S
2018-01-15 本文已影响106人
zheting
官网:https://projects.spring.io/spring-boot/
Spring Boot 2.0.0.M7 requires Java 8 and Spring Framework 5.0.2.RELEASE or above. Explicit build support is provided for Maven 3.2+ and Gradle 4.
检查JDK和Gradle
![](https://img.haomeiwen.com/i5838771/20461b5b83957221.png)
Servlet Containers
The following embedded servlet containers are supported out of the box:
![](https://img.haomeiwen.com/i5838771/c768744d78c8d90a.png)
You can also deploy Spring Boot applications to any Servlet 3.0+ compatible container.
创建一个Spring Boot 项目
![](https://img.haomeiwen.com/i5838771/611c0576210a18c1.png)
![](https://img.haomeiwen.com/i5838771/3c39563757e7ebbf.png)
![](https://img.haomeiwen.com/i5838771/42b96e4328756181.png)
![](https://img.haomeiwen.com/i5838771/614f10835be7d2fc.png)
![](https://img.haomeiwen.com/i5838771/5ff8ff46a43431e7.png)
![](https://img.haomeiwen.com/i5838771/efb8512bfb4ae6aa.png)
![](https://img.haomeiwen.com/i5838771/b8b32913ffdc563f.png)
![](https://img.haomeiwen.com/i5838771/757c78afc164a8ed.png)
![](https://img.haomeiwen.com/i5838771/81419af81ec3cfd3.png)
也可以参看:https://www.jetbrains.com/help/idea/2017.1/creating-spring-boot-projects.html
或者: https://start.spring.io/