Reputation: 841
What is the possible reason annotation from spring-context cannot be found? I already called spring context on my pom file, but upon calling org.springframework.stereotype.Repository
my eclipse cannot find it.
Any help is much appreciated. Below is my configuration and how I call it.
Upvotes: 1
Views: 178
Reputation: 26572
The class is definately in that package, try to:
If that does not help.. then remove the project and import it again as a maven project.
Upvotes: 1