InterviewSolution
Saved Bookmarks
| 1. |
What is the role of actuator in spring boot? |
|
Answer» A spring BOOT ACTUATOR is a PROJECT that provides restful WEB services to access the current state of an application that is running in production. In addition, you can monitor and manage application usage in a production environment without having to code or configure any of the applications. |
|