InterviewSolution
Saved Bookmarks
| 1. |
What is Spring boot Initilizr? |
|
Answer» Spring BOOT Initilizr is a web application which use to generate the common TEMPLATES of spring boot application according to the configuration providing in the user interface.
All the CONFIGURATIONS mentioned at the TIME of generation of spring boot application will reflect in a pom.xml file, also provided the typical uniform architecture of the project |
|