jakub.dyszkiewicz
12/03/2016, 9:43 PM@Autowried
annotation is not required when injecting via constructor since Spring 4.3
@Repository
is also not required when you extend Repository
interface.
Actually I moved Application class to package with repository and service and it started working so there is something definitely wrong with package scanning