spring retry demo
摘要:
main启动需要添加注解 @EnableRetry service接口 public interface RetryService { void testRetry(); } service实现 import org.springframework.retry.annotation.Backoff; 阅读全文
posted @ 2021-09-29 00:46 luckygxf 阅读(49) 评论(0) 推荐(0) 编辑