
Consider defining a bean of type org.springframework.cloud.client.loadbalancer
加入负载均衡的依赖:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-loadbalancer</artifactId> <version>3.1.5</version> </dependency>👁️ 阅读量:0
© 版权声明:本文《Consider defining a bean of type org.springframework.cloud.client.loadbalancer》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686557427a291439.html。