Skip to content

Instantly share code, notes, and snippets.

@j-tim
Created December 10, 2021 10:13
Show Gist options
  • Save j-tim/da3a712a52cf843b8ada52489057f5b3 to your computer and use it in GitHub Desktop.
Save j-tim/da3a712a52cf843b8ada52489057f5b3 to your computer and use it in GitHub Desktop.
Spring Boot starter actuator snippet
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment