Skip to content

Instantly share code, notes, and snippets.

@pethaniakshay
Last active April 24, 2019 03:38
Show Gist options
  • Save pethaniakshay/bd54cfe5f67017c161a858bbe88210e8 to your computer and use it in GitHub Desktop.
Save pethaniakshay/bd54cfe5f67017c161a858bbe88210e8 to your computer and use it in GitHub Desktop.
Spring Boot Dependencies for Eureka Service Discovery Server
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment