0% found this document useful (0 votes)
26 views5 pages

JAVA Project in Spring 27122023

The document provides steps to create a Java project using Spring boot in VS Code by using the Spring Initializer extension. It details selecting a Java version and dependencies like Spring Web and generating files into a new project folder.

Uploaded by

dhanu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views5 pages

JAVA Project in Spring 27122023

The document provides steps to create a Java project using Spring boot in VS Code by using the Spring Initializer extension. It details selecting a Java version and dependencies like Spring Web and generating files into a new project folder.

Uploaded by

dhanu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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