InterviewSolution
Saved Bookmarks
| 1. |
What is the important dependency of spring boot application? |
|
Answer» Below are the key dependencies which you need to add in MAVEN based or GRADLE based applications, to make the application compatible to use SPRING boot functionality.
These dependencies COME with ASSOCIATED child dependencies, which are also downloaded as a part of parent dependencies. |
|