Spring Boot-IntelliJ IDEA搭建SpringBoot

 

 Click create new project

 

Click next

 

Here basically it has been automatically generated, a brief introduction:

Name: Project Name

Type: We are the Maven build, then select the first Maven Project

Packaging: packaging type, packaged into a Jar file

Java Version: jdk versions, select 1.8

Language: development language, select Java

Group: uniquely identifies the corresponding pom file groupId, project organization, the corresponding structure of Java packages

Artifact: pom file corresponding to the artifactId, unique identification project, the corresponding project name

Version: project version, the corresponding version pom file

Description: Project Description, corresponding to the pom file description

Package: package name

 

Select web-spring web click next

 

 Click to finish

 

Here a spring boot project now created

 

Guess you like

Origin www.cnblogs.com/dekevin/p/11575521.html