1 Star 0 Fork 0

勿勿/practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
customer-v1-dev.yml 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
勿勿 提交于 2020-12-24 17:27 . update customer-v1-dev.yml.
#指定eureka服务地址
eureka:
client:
registry-fetch-interval-seconds: 30 # 每隔多久去更新一下本地的注册表缓存信息
instance:
lease-expiration-duration-in-seconds: 90
lease-renewal-interval-in-seconds: 30
# 在 customer 的 配置文件中 指定访问其他具体服务的负载均衡策略 下面是 指定customer 访问 search 的策略
SEARCH: # 编写服务名称
ribbon:
NFLoadBalancerRuleClassName: com.netflix.loadbalancer.WeightedResponseTimeRule # 具体负载均衡使用的类
spring:
# 连接RabbitMQ
rabbitmq:
host: 192.168.72.103
port: 5672
username: test
password: test
virtual-host: /test
server:
port: 8081
feign:
hystrix:
enabled: true
env: test666
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xp-oo/practice.git
git@gitee.com:xp-oo/practice.git
xp-oo
practice
practice
master

搜索帮助