What is @repository in spring boot? : Spring Boot
Answer / Ankita Chauhan
@Repository is a Spring Data JPA annotation that indicates a Java interface as a repository for database operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @enableautoconfiguration in spring?
What is mvc spring?
How would you integrate spring and hibernate using hibernatedaosupport?
How to setup jdbc database connection pool in spring web application?
Name the different modules of the spring framework?
How to start using spring?
What is difference between @controller and @restcontroller in spring boot? : Spring Boot
How do you call the multiple lifecycle mechanisms configured for the same bean?
What is main difference between spring and spring boot? : Spring Boot
What are the various editors used in spring work?
what is sqlexceptiontranslator?
Explain tasklet in spring batch.