Example 썸네일형 리스트형 spring retry 간단 예제. 1.우선 라이브러리 부터 추가.maven > pom.xml org.springframework.retryspring-retry1.0.3.RELEASE 2.실제 적용 코드> blabla.java public class blabla implements InitializingBean {static final String KEY = "testKey";private RetryTemplate retryTemplate; private RetryCallback retryCallback;private Client client; @Autowiredpublic blabla(Client client) {this.client= client;} public void setRetryTemplate(RetryTemplate retr.. 더보기 이전 1 다음