Skip to content

Instantly share code, notes, and snippets.

@OmarElgabry
Created February 19, 2019 08:43
Show Gist options
  • Select an option

  • Save OmarElgabry/fe1751555c1178877ccc102f1ac7b1dd to your computer and use it in GitHub Desktop.

Select an option

Save OmarElgabry/fe1751555c1178877ccc102f1ac7b1dd to your computer and use it in GitHub Desktop.
Gateway Zuul Service pom.xml
....
<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-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-zuul</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment