Spring Boot - Actuator
Given this Spring Boot Actuator endpoint configuration:
What will be the output when accessing
management.endpoints.web.exposure.include=health,infoWhat will be the output when accessing
/actuator/health?