Sunday, December 8, 2019

How to import Spring Boot Application

How to import Spring Boot Application from local system

  1. Download Spring application from Spring repository SpringDemo.zip
  2. Extract the zip file into local folder
  3. Open Eclipse and import as maven project and point to project folder.
    1. make sure pom.xml is visible on import
  4. Key Points : 
    1. Import as Maven Projects only 
    2. while import make sure you pointed to correct project location.

No comments: