Browse Source

增加feign包

hym 4 years ago
parent
commit
1890e17c75
1 changed files with 4 additions and 0 deletions
  1. 4 0
      operation_manager/pom.xml

+ 4 - 0
operation_manager/pom.xml

@@ -124,6 +124,10 @@
             <artifactId>dom4j</artifactId>
             <version>1.6.1</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-openfeign</artifactId>
+        </dependency>
     </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>