I'm developing a spring boot application and I'm running into an issue here. I'm trying to inject a @Repository annotated interface and it doesn't seem to work
I want to dynamically generate crud form based on my API. I am using spring, spring-data-rest and spring-hateoas. I don't wan't to render react from java. I
I have a scenario where list of say 1000's employees (sample below) where their balance is updated at every month end where balance of each employee can be diff