搭建SpringBoot的3种方式

方式一:

  进入Spring官网Spring Initializr的下载地址https://start.spring.io/,选择项目构建工具、语言、版本、依赖等信息然后下载即可

方式二:安装STS工具,然后在Eclipse中new->other->Spring Boot->Spring Starter Project,然后配置项目信息,一直next基本就可以了

方式三:使用Maven命令构建基本maven框架,在pom.xml文件中导入SpringBoot的依赖,复制粘贴SpringBoot的启动文件到该项目的group根(如:com.emxmple)包下即可。

posted @ 2019-05-30 17:34  JAPATHY  阅读(366)  评论(0编辑  收藏  举报