码迷,mamicode.com
首页 > 编程语言 > 详细

springcloud-ribbon的使用

时间:2019-06-27 13:37:11      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:imp   ram   server   oca   load   yml   net   def   Fix   

在ribbon的springboot project import  dependency jar

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-ribbon</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
best select version is 1.4.0
let is look resources configuration file application.yml
#with two client happy
server:
  port: 9000
spring:
  application:
    name: ribbon-consumer
stores:
  ribbon:
    listOfServers: localhost:1001,localhost:1002
    NFLoadBalancerRuleClassName: com.netflix.loadbalancer.RandomRule

the stores is on you dynamic define,and then are fixed。the listOfServers is fixed,the value is the ip and port you repersent。

springcloud-ribbon的使用

标签:imp   ram   server   oca   load   yml   net   def   Fix   

原文地址:https://www.cnblogs.com/fuckingPangzi/p/11096401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!