Google News
logo
Java Spring Boot - Interview Questions
How to create spring-boot project in eclipse?
* One of the ways to create a spring boot project in eclipse is by using Spring Initializer.
 
* You can go to the official website of spring and add details such as version, select maven or Gradle project, add your groupId, artifactId, select your required dependencies and then click on CREATE PROJECT
 
* Once the project is created, you can download it and extract and import it in your eclipse or STS.
 
And see your project is ready!
Advertisement