Преглед изворни кода

fix: spring-cloud-loadbalancer 依赖修改为 spring-cloud-starter-loadbalancer

liangke пре 3 година
родитељ
комит
ff19993a2f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -19,7 +19,7 @@
         </dependency>
         <dependency>
             <groupId>org.springframework.cloud</groupId>
-            <artifactId>spring-cloud-loadbalancer</artifactId>
+            <artifactId>spring-cloud-starter-loadbalancer</artifactId>
         </dependency>
 
         <dependency>