InterviewSolution
Saved Bookmarks
| 1. |
What is Spring boot CLI? |
|
Answer» Spring boot CLI is a command line interface, which use and run test the microservices application based on spring boot.
The benefits that we achieved from using spring boot CLI is, that we don’t need to use any import, no need to do the xml configuration, no web.xml and no dispatcherservlet declaration and no need to CREATE war file manually. |
|