Skip to content

Instantly share code, notes, and snippets.

@2013techsmarts
Last active June 18, 2017 05:36
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/531f8889c91c3796c5fa483ea3627bec to your computer and use it in GitHub Desktop.
Save 2013techsmarts/531f8889c91c3796c5fa483ea3627bec to your computer and use it in GitHub Desktop.
Spring Boot Admin Server Login
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui-login</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