Parcourir la source

feat(gateway): 风控添加

wxd il y a 1 mois
Parent
commit
77b9debd2d
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      alien-gateway/pom.xml

+ 5 - 0
alien-gateway/pom.xml

@@ -180,6 +180,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-openfeign</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
         </dependency>