Configure Spring Data JPA with @EnableJpaRepositories annotation
In the tutorial Overview about Spring Data JPA, I introduced you to Spring Data JPA and how to configure it using XML files. There is another way to configure Spring Data JPA which is to use the annotations it supports such as the @EnableJpaRepositories annotation.… Read More