Update: 集成 Feign Client 和 Ribbon

This commit is contained in:
2025-10-07 00:57:54 +08:00
parent f6dae9f061
commit c342250c42
7 changed files with 28 additions and 5 deletions
+8
View File
@@ -43,7 +43,15 @@
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
</dependencies>