-
Notifications
You must be signed in to change notification settings - Fork 0
Spring Boot project with source
-
Go to New menu → Other.. → Maven → Maven Project and click on Next.
-
Select archetype as
maven-architype-quickstartand click on Next. -
In the next wizard, add project information like:
Gorup ID : com.github.yash777 <Domain Name> Artifact ID : SpringProjectName <Project Name> Version : 0.0.1-SNAPSHOT <Project Release Version> Package : com.github.yash777.springprojectnameSelecting the Maven artifact settings IBM POST
-
Open pom.xml file and write the required modules dependencies, After changes in pom.xml update your project. To update maven project, right click on project → Maven → Update Project...
-
To download sources for dependencies of maven project, right click on project → Maven → Download Sources.
Add STS plugin to Eclipse and Create project.
- New menu → Other.. → Spring → Spring Starter Project and click on Next.
- In the next wizard, add project information like:
Gorup ID : com.github.yash777 <Domain Name> Artifact ID : SpringProjectName <Project Name> Version : 0.0.1-SNAPSHOT <Project Release Version> Package : com.github.yash777.SpringProjectName - In the next wizard, Select Spring Boot Version and Select the required Boot modules, then click on finish.
Spring Boot is a project that is built on the top of the Spring Framework. It provides an easier and faster way to set up, configure, and run both simple and web-based applications. It is a Spring module that provides the RAD (Rapid Application Development) feature to the Spring Framework.

