代码拉取完成,页面将自动刷新
#端口,服务名,注册地址,使用IP注册,实例ID,主机名 ,调优参数
#zuul的配置
#Eureak的配置
eureka:
client:
serviceUrl:
defaultZone: http://localhost:1010/eureka/ #注册中心的注册地址
registry-fetch-interval-seconds: 5 #拉取注册表的时间间隔
instance:
instance-id: zuul:1020 #服务的实例ID
prefer-ip-address: true #使用IP注册到Eureak
lease-renewal-interval-in-seconds: 5 #客户端续约频率
server:
port: 1020
spring:
application:
name: service-zuul #服务的名字
zuul:
prefix: "/hrm" #统一前缀
ignored-services: "*" #禁用掉服务名访问方式
routes:
service-system: "/system/**"
service-auth: "/auth/**"
service-user: "/user/**"
service-course: "/course/**"
service-file: "/file/**"
service-search: "/search/**"
service-message: "/message/**"
retryable: true #是否开启重试功能
ribbon:
eager-load.enabled: true # 饥饿加载
ribbon:
MaxAutoRetries: 1 #对当前服务的重试次数
MaxAutoRetriesNextServer: 1 #切换相同Server的次数
OkToRetryOnAllOperations: false # 对所有的操作请求都进行重试,
ConnectTimeout: 2000 #请求连接的超时时间
ReadTimeout: 3000 #请求处理的超时时间
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 6000
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。