Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
@Import(RetryConfiguration.class)
from @Recover
Looks like that was a copy/paste artifact. The `@Recover` is for business method purpose. The `@Import(RetryConfiguration.class)` is done from the `@EnableRetry`
- Loading branch information