Practice Test Geeks home

Spring Boot Monitoring with Actuator Questions and Answers

A developer wants to expose only the `health` and `info` Actuator endpoints over HTTP for external monitoring, while keeping all other endpoints hidden for security.
Which configuration in `application.properties` achieves this?

Select your answer