Correct Answer: Add an @EnableJpaRepositories annotation to your configuration class and create a Spring Data Repository.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Spring Framework Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Spring Framework MCQ Questions
What is a transaction in the context of Spring Data?
Modularization of a concern that cuts across multiple classes is known as a(n)____.
How do you inject a dependency into a Spring bean?
What is a bean in the context of Spring?
Which property is given precedence by Spring?
What is MultipartFile used for?
In AOP, what are the different points where weaving can be applied?
What if I need a method to be called after bean construction?
What type of dependency injection does Spring NOT support?
True or False? Spring Web MVC supports different locales out of the box.