@HystrixCommand(fallbackMethod = "timeoutHandler",commandProperties = {@HystrixProperty(name = "execution.isolation.thread.timeoutInMilliseconds",value = "5000")})
如 修改5000后不生效
@HystrixCommand(fallbackMethod = "timeoutHandler",commandProperties = {@HystrixProperty(name = "execution.isolation.thread.timeoutInMilliseconds",value = "5000")})
如 修改5000后不生效