I\'m developing a Spring Boot application which uses some Spring Data Repository interfaces:
package test;
@SpringBootApplication
public class Application im
Good to verify the scopes of classes kept in different packages by using @ComponentScan annotation in Spring boot startup custom class.
Also add @Component in modal classes being used to allow framework accessing the classes.
Example is kept at http://www.javarticles.com/2016/01/spring-componentscan-annotation-example.html