Redis – Spring Boot Entity and Repository Not Working Without Annotation
I read this stackoverflow post which says that we don't need to use @EnableJpaRepository or @EntityScan Spring data repository works without annotations I'm not sure what's wrong. But my Spring Boot application is only able to start with @EnableJpaRepository and…