springboot项目构建

快速搭建springboot项目

说明: 主要利用Intellij中的Spring Initializr工具,快速构建

1.开发环境和工具

  WINDOWS

  IntelliJ IDEA 2018.1.1 

  JDK 1.8

  MAVEN 3.39

2. 构建步骤  

  1. 打开IntelliJ IDEA ,  NEW  Project

  2. 选择Spring Initialzr ,  choose Initializr Service Url :  https://start.spring.io/ 

  3.选择springboot组件,例如web,core: validation, aspects等 

 

posted @ 2018-04-15 14:58  Keeper丶  阅读(95)  评论(0编辑  收藏  举报