Estoy usando actuador y en el archivo application.properties tengo los siguientes campos
management.endpoints.web.exposure.include=health,info management.endpoint.info.enabled=true management.info.defaults.enabled=truecuando llamo a la url / actuador veo
{"_links":{"self":{"href":"https://localhost:8443/actuator","templated":false},"health":{"href":"https://localhost:8443/actuator/health","templated":false},"health-path":{"href":"https://localhost:8443/actuator/health/{*path}","templated":true},"info":{"href":"https://localhost:8443/actuator/info","templated":false}}}pero cuando llamo /actuador/info me devuelve {}
Qué estoy haciendo mal
Gracias
Resolví el problema, solo agregue el archivo application.properties
management.info.env.enabled=truey el valor de
info.app.name=@project.name@es devuelto por / actuador / info