Ref: 翟永超, 使用Intellij中的Spring Initializr来快速构建Spring Boot/Cloud工程

This article introduces Sprint Initializr in Intellij. This tool can help us build a Spring Boot project easily.

Open your Intellij. Go to ‘File’ -> ‘New’ -> ‘Project’. You will see the below screenshot. Initial Service Url means the address of Sprint Initializr. The address is https://start.spring.io. Click ‘Next’.

RUNOOB 1

Then, we will see the below screenshot. Here we can configure our project. We can choose project type like Maven, Gradle and language like Java, Groovy, Kotlin.

RUNOOB 1

Click ‘Next’. We can choose the version of Spring Boot. And we can install different dependencies.

RUNOOB 1

Click ‘Next’. Fill in information you need. Finally, clicking ‘Finish’ will build the project you need.

RUNOOB 1