InterviewSolution
| 1. |
What Is Devtools In Spring Boot? |
|
Answer» Spring boot COMES with DEVTOOLS which is introduced to increase the PRODUCTIVITY of developer. You don’t need to deploy your application every time you make the changes.Developer can simply RELOAD the changes without restart of the server. It avoids pain of deploying application every time when you make any change. This MODULE will be disabled in production environment. Spring boot comes with DevTools which is introduced to increase the productivity of developer. You don’t need to deploy your application every time you make the changes.Developer can simply reload the changes without restart of the server. It avoids pain of deploying application every time when you make any change. This module will be disabled in production environment. |
|