使用Idea创建springboot

一、配置MAVEN
1、打开file-settings-maven
2、配置
使用Idea创建springboot
二、创建springboot项目
1、使用Idea创建springboot
2、使用Idea创建springboot
使用Idea创建springboot
后面点击“NEXT”完成创建,之后会根据配置的maven仓库下载springboot所需的jar包。
三、其他
1、springboot2.0以后不再支持JDK1.7,推荐使用idea来开发springboot
2、maven仓库配置方法网上很多,这里不在详细说明,推荐使用阿里地址:
http://maven.aliyun.com/nexus/content/groups/public/
3、springboot开发指南后续再详述