Add hystrix starter

This commit is contained in:
Dave Syer
2014-08-01 14:59:35 -07:00
parent b73facb6ee
commit 30c02b4287
5 changed files with 156 additions and 1 deletions

View File

@@ -30,6 +30,11 @@
<artifactId>spring-platform-starter-eureka</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.platform</groupId>
<artifactId>spring-platform-starter-hystrix</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>