This repository was archived by the owner on Jul 27, 2026. It is now read-only.
Can @Retryable work without explicit @EnableRetry? #398
Replies: 1 comment
|
The |
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
@Retryableworks 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.
All reactions