Ver Fonte

添加hystrix依赖

mrbird há 6 anos atrás
pai
commit
390e1cd859
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      febs-common/pom.xml

+ 4 - 0
febs-common/pom.xml

@@ -55,6 +55,10 @@
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-security</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>