Browse Source

fix: spring-cloud-gateway-server 漏洞修改

linwenhua 3 năm trước cách đây
mục cha
commit
5bb42e148c
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      pom.xml

+ 4 - 1
pom.xml

@@ -16,7 +16,10 @@
         <dependency>
             <groupId>org.springframework.cloud</groupId>
             <artifactId>spring-cloud-starter-gateway</artifactId>
-            <version>${spring-boot-gateway.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-gateway-server</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.cloud</groupId>