InterviewSolution
Saved Bookmarks
| 1. |
What is Spring Boot dependency management? |
|
Answer» Spring Boot dependency MANAGEMENT is used to MANAGE DEPENDENCIES and configuration automatically WITHOUT you SPECIFYING the version for any of that dependencies. |
|