Snippets tagged “repository”
2 snippets use this tag.
- Import Maven dependencies in IntelliJ IDEAJava
To import Maven dependencies in IntelliJ IDEA, you can follow these steps:
- What's the difference between @Component, @Repository & @Service annotations in Spring?Java
In Spring, the @Component annotation is used to mark a Java class as a candidate for component scanning. The @Repository annotation is a specialization of @Component for use in the persistence layer.