Skip to content

Commit 5345e52

Browse files
committed
第二次合并
1 parent 5e91648 commit 5345e52

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

gulimall-common/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</exclusions>
6565
</dependency>
6666

67+
6768
<!-- 配置中心来做配置管理-->
6869
<dependency>
6970
<groupId>com.alibaba.cloud</groupId>

gulimall-coupon/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-starter-openfeign</artifactId>
3737
</dependency>
38-
3938
<dependency>
4039
<groupId>org.springframework.cloud</groupId>
4140
<artifactId>spring-cloud-loadbalancer</artifactId>

gulimall-order/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-starter-openfeign</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>org.springframework.cloud</groupId>
40+
<artifactId>spring-cloud-loadbalancer</artifactId>
41+
</dependency>
3842

3943
<dependency>
4044
<groupId>org.springframework.boot</groupId>

gulimall-ware/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-starter-openfeign</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>org.springframework.cloud</groupId>
40+
<artifactId>spring-cloud-loadbalancer</artifactId>
41+
</dependency>
3842

3943
<dependency>
4044
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)