Browse Source

common添加熔断

guq 7 years ago
parent
commit
af1a05c6dd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      applications/commons/commons-server/pom.xml

+ 4 - 0
applications/commons/commons-server/pom.xml

@@ -75,6 +75,10 @@
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-ooxml</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
+        </dependency>
     </dependencies>
 
     <build>