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.
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 ratings0% 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.
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: