<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
properties
# application.properties
management.endpoints.web.exposure.include=health,metrics,logs,env,beans
yaml
# application.yml
management:
endpoints:
web:
exposure:
include: health,metrics,logs,env,beans