springcloud-ribbon的使用

2020-12-13 03:56

阅读:530

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

在ribbon的springboot project import  dependency jar


org.springframework.cloud
spring-cloud-starter-ribbon
1.4.0.RELEASE

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


评论


亲,登录后才可以留言!