org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'drinksController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private br.com.cdw.repository.DrinksRepository br.com.cdw.config.DrinksController.repository; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [br.com.cdw.repository.DrinksRepository] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency.