linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which are valid steps to take to enable JPA in Spring Boot?

Add an @EnableJpaRepositories annotation to your configuration class and create a Spring Data Repository.
Add an @EnableJpaEntities annotation to your configuration class, create a Spring Data YAML configuration file, and manually update the Spring XML config files to define your repository locations.
Add an @EnableDbFunctionality annotation to your configuration class, create a Spring Data XML configuration file, and manually update the Spring factories file to define your repositories.
Add an @InitJpaEntities annotation to your configuration class, create a Spring Data properties configuration file, and manually update the Spring startup parameters to define your repository locations.

Answer:
Add an @EnableJpaRepositories annotation to your configuration class and create a Spring Data Repository.

Note: This Question is unanswered, help us to find answer for this one