feature(forest): 使用 spring cloud loadbalance 组件来选择服务

This commit is contained in:
2023-05-10 09:32:49 +08:00
parent dacf3e488f
commit cc851158db
2 changed files with 12 additions and 12 deletions

View File

@@ -27,6 +27,10 @@
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.30</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
</dependencies>
</project>