Actuator
to expose all actuator routes, add this to application.properties:
management.endpoints.web.exposure.include=*
if you want specific routes, check out this source. https://docs.spring.io/spring-boot/reference/actuator/endpoints.html
Add the id to the list like this:
management.endpoints.web.exposure.include=beans,caches,...