摘要: 简单的用Java实现重试 package com.spring.demo_hello.service; import org.springframework.stereotype.Service; @Service public class RetryService { public String 阅读全文
posted @ 2020-08-07 00:39 6xiong 阅读(317) 评论(0) 推荐(0)
摘要: package com.spring.demo_hello.service; public abstract class RetryTemplate { private static final int DEFAULT_RETRY_TIME = 1; private int retryTime = 阅读全文
posted @ 2020-08-07 00:36 6xiong 阅读(25) 评论(0) 推荐(0)