Skip to content

Instantly share code, notes, and snippets.

@xinyii
Created April 21, 2021 06:27
Show Gist options
  • Save xinyii/07219d0620cdc625b8d3f3397f12c7b6 to your computer and use it in GitHub Desktop.
Save xinyii/07219d0620cdc625b8d3f3397f12c7b6 to your computer and use it in GitHub Desktop.
[Spring Actuator] #spring
management:
endpoint:
health:
show-details: always
endpoints:
web:
exposure:
include: "*"
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment