Skip to content

Instantly share code, notes, and snippets.

@b1a9id
Created July 9, 2021 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b1a9id/0f985fe49b72e9efac05d8b3393e955c to your computer and use it in GitHub Desktop.
Save b1a9id/0f985fe49b72e9efac05d8b3393e955c to your computer and use it in GitHub Desktop.
asyncのRetryConfig.jav
import org.springframework.context.annotation.Configuration;
import org.springframework.retry.annotation.EnableRetry;
@Configuration(proxyBeanMethods = false)
@EnableRetry
public class RetryConfig {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment