How to Create and Setup Spring Boot Project in Eclipse IDE? (original) (raw)

Last Updated : 19 Mar, 2026

Creating a Spring Boot project in Eclipse IDE allows developers to quickly build Java-based applications with minimal configuration. Eclipse, along with Spring tools, simplifies project setup, dependency management, and development workflow.

Steps to Create and Setup Spring Boot Project in Eclipse IDE

Follow the steps below to create and set up a Spring Boot project in Eclipse IDE.

**Step 1: Install Eclipse IDE

**Step 2: Create Spring Boot Project using Spring Initializr

Create a Spring Boot Project in Spring Initializr ,Fill project details:

**Step 3: Open Eclipse and Import Project

**Step 4: Select Maven Project

Search "maven" and choose Existing Maven Project and click on the Next button as shown in the below image.

Step 5: Browse Project Folder

**Step 6: Finish Import

By now, Spring Boot project has been created as depicted in the below media