I have an api that does not have main method in it, It is just set of classes for calling database procedures. None of the classes has Service annotation in them. I am including this api in another spring boot application. When I annotate any method as @Retryable in external api and call from Spring boot application it does not provide retry.
Can you please help on this?