Add support for OAuth relay in zuul proxy

This commit is contained in:
Dave Syer
2014-08-27 18:52:59 +01:00
parent 2cdea95fd1
commit adaece0889
10 changed files with 328 additions and 8 deletions

View File

@@ -72,6 +72,11 @@
<artifactId>eureka-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.netflix.zuul</groupId>
<artifactId>zuul-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>