Skip to content

Instantly share code, notes, and snippets.

@Guvenir
Created July 10, 2016 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Guvenir/ec63d19bf4534aac7d72808b1b948ae8 to your computer and use it in GitHub Desktop.
Save Guvenir/ec63d19bf4534aac7d72808b1b948ae8 to your computer and use it in GitHub Desktop.
spring boot actuator
<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