I have a spring batch using retry on the writer. The writer looks like this: public class MyWriter implements ItemWriter<MyClass> { #Retryable(maxAttempts=3 ...
確定! 回上一頁