BAEL-947 Adding combined endpoint and feign clients.

This commit is contained in:
tschiman
2017-06-21 09:27:32 -06:00
parent 547b5850fb
commit fdb25a2276
8 changed files with 167 additions and 80 deletions
@@ -44,6 +44,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-feign</artifactId>
</dependency>
</dependencies>