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
all annotations are first disabled by use-default-filters="false" and then only @Controller annotation enabled. Thus, your @Component annotation is not enabled.