I\'ve started my project by creating entities, services and JUnit tests for services using Spring and Hibernate. All of this works great.
Then I\'ve added spring-mvc to make
Can you try annotating only your concrete implementation with @Component? Maybe the following answer could help. It is kind of a similar problem. I usually put Spring annotations in the implementation classes.