buguge - Keep it simple,stupid

知识就是力量,但更重要的,是运用知识的能力why buguge?

导航

2024年6月21日 #

乌龙!Hystrix命令执行超时!

摘要: 我在使用hystrix编写一个模拟命令执行超时的demo。 1 import com.netflix.hystrix.*; 2 import lombok.extern.slf4j.Slf4j; 3 4 @Slf4j 5 public class HystrixTimeoutDemo { 6 7 s 阅读全文

posted @ 2024-06-21 20:29 buguge 阅读(12) 评论(0) 推荐(0) 编辑