Quellcode durchsuchen

feat(gateway): 风控添加

wxd vor 1 Monat
Ursprung
Commit
77b9debd2d
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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>