InterviewSolution
Saved Bookmarks
| 1. |
What is Spring Initializer? |
|
Answer» Spring Initializer is a web application that helps you to create an initial spring boot project structure and provides a maven or GRADLE file to build your CODE. It solves the PROBLEM of setting up a framework when you are STARTING a project from scratch. |
|