Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Last active June 18, 2017 04:55
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/447ade8789a540367027cd7b60fbd98b to your computer and use it in GitHub Desktop.
Save 2013techsmarts/447ade8789a540367027cd7b60fbd98b to your computer and use it in GitHub Desktop.
Maven Dependencies for Spring Boot Admin Server
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.5.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment