spirngboot依赖环境
- 依赖版本jdk8以上, Springboot2.x用JDK8, 因为底层是 Spring framework5
- 安装maven最新版本,maven3.2以上版本,下载地址 :https://maven.apache.org/download.cgi
- 开发工具IDEA
- springbootGitHub地址:https://github.com/spring-projects/spring-boot
- springboot官方文档:https://spring.io/guides/gs/spring-boot/
快速创建helloworld
- 使用构建工具自动生成项目基本架构:http://start.spring.io/