Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Last active June 18, 2017 04:54
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 2013techsmarts/2efaa1c81fd1360076851d7385c59ac7 to your computer and use it in GitHub Desktop.
Save 2013techsmarts/2efaa1c81fd1360076851d7385c59ac7 to your computer and use it in GitHub Desktop.
Spring Boot Admin Client
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>1.5.1</version>
</dependency>
<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