Skip to main content


To enable spring-retry in java development we need to put one annotation in the Spring Boot Application class. So open SpringRetryApplication class and add @EnableRetry in class level.


Comments