Can @Retryable work without explicit @EnableRetry? #398
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I've encountered a case when
@Retryable
works in of my projects without explicit declaration of@EnableRetry
, but in some others - it doesn't work.Is it possible? Could this be enabled in an implicit way? Or maybe it could depend on version of spring-retry or Spring Boot?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions