Spring Boot 构建工程

Posted wjq2017

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 构建工程相关的知识,希望对你有一定的参考价值。

  方法一:

  浏览器打开https://start.spring.io/,设置相关值后点击Generate Project,下载Maven工程后,通过IDEA导入。 

 

  方法二:

  打开IDEA -> File -> New -> Project -> Spring Initializr -> Default -> next后设置相关值并next -> Finish


以上是关于Spring Boot 构建工程的主要内容,如果未能解决你的问题,请参考以下文章

Spring Initializr 构建Spring Boot/Cloud工程

Spring Cloud Spring Boot mybatis分布式微服务云架构使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程

Springboot:使用Intellij中的Spring Initializr来快速构建Spring Boot工程

使用Intellij中的Spring Initializr来快速构建Spring Boot工程

Spring Cloud Spring Boot mybatis分布式微服务云架构使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程

Spring-boot构建多模块依赖工程时,maven打包异常:程序包xxx不存在