南昌市物联网技防平台-后台
blade-ops/blade-report/src/main/resources/application.yml
@@ -9,3 +9,12 @@
    provider:
      prefix: blade-
#单独对report模块下的getParcelList 方法进行超时时间设置 格式为  feignClient调用的接口名#方法名(参数类型(String/int)如果为对象则直接填写对象类名)
#hystrix:
#  command:
#    ReportClient#getParcelList(String):
#      execution:
#        isolation:
#          thread:
#            timeoutInMilliseconds: 10000