Spring Cloud Ribbon實現客戶端負載均衡

1、構建microservice-consumer-movie-ribbon項目,在pom.xml中引入ribbon依賴   在引入Eureka依賴的時候,默認裏面含有ribbon依賴 2、添加@LoadBalanced註解,實現負載均衡   ribbon負載均衡策略默認爲輪循方式 @SpringBootApplication @EnableEurekaClientpublic class Con
相關文章
相關標籤/搜索