Question: What is the output from invoking this Actuator endpoint in an unmodified Spring Boot application generated using Spring Intializr?
- The request would fail because the endpoint is disabled by default.
- The Spring Boot app would return a URL and a list of currently running processes, and ask you to confirm the shutdown command.
- The Spring Boot app would return a URL to confirm the shutdown command.
- The Spring Boot app would begin shutting down.
Answer: The correct answer of the above question is Option A:The request would fail because the endpoint is disabled by default.