Skip to content

Spring Boot project with source

Yash edited this page Aug 8, 2018 · 2 revisions
  1. Go to New menu → Other.. → Maven → Maven Project and click on Next.

  2. Select archetype as maven-architype-quickstart and click on Next.

  3. 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
    

    Selecting the Maven artifact settings IBM POST

    Screenshot of the New Project dialog for selecting the Maven archetype settings.
  4. 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...

  5. To download sources for dependencies of maven project, right click on project → Maven → Download Sources.


Add STS plugin to Eclipse and Create project.

  1. New menu → Other.. → Spring → Spring Starter Project and click on Next.
  2. 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
    
  3. In the next wizard, Select Spring Boot Version and Select the required Boot modules, then click on finish.

Clone this wiki locally