Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

How to Create a JAVA project using Spring boot in VS Code:

Click F1 help in VS Code


> Type “Spring Initializer: Create MAVEN Project” (Enter)
> Select Version as “2.7.16” (Enter)
> Select Language as “JAVA” (Enter)
> Specify your ID Group Name as “Whatever You What” (Enter)
> Artifact ID as “springbasic” (Enter)
> Select Package type as “War” (Enter)
> Select JAVA version as “11” (Enter)
> Choose Dependencies as “Spring Web” (Enter)
> Select your Folder then “Generate into this folder”
> Automatically some files are generated inside your Folder
> JAVA PROJECT has been Created (New FOLDER displayed as “JAVA PROJECT”).

Refer Screen-Shot Steps Below:


If this documentation is not clear, Please refer below link:

Spring Boot support in Visual Studio Code:


https://code.visualstudio.com/docs/java/java-spring-boot#:~:text=Create%20the%20project,-The
%20Spring%20Initializr&text=To%20install%2C%20launch%20VS%20Code,and%20then%20follow
%20the%20wizard.

You might also like