Can @Retryable work without explicit @EnableRetry? #398
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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