`@Autowried` annotation is not required when injec...
# server
j
@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