Hi Andrey,
Can you try to add @EnableJpaRepositories (basePackages ={....}) in your class which is annotated with @SpringBootApplication ?
The basePackage is where the @Repository classes are put.
Hi, Andrey.
Do you have any class annotated by @Configure?
If not, you can create one annotated by @Configure without any method.
Also add @EnableJpaRepository (basePackages = {...})