Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.gwzyh.finance.services.InvestorService] found for ...
I am trying to build a Spring RESTful Webservice. I have ended up in NoSuchBeanDefinitionException. Could anyone please help me? Thanks in advance. Pa...