Hello everyone! I have some problem with my Kotlin Spring application. I made controllers, services and repositories. When I am starting my app I catch this error
The bean 'moviesRepository', defined in xxxx.xxx.MoviesRepository defined in @EnableNeo4jRepositories declared on Application, could not be registered. A bean with that name has already been defined in xxxx.xxx.MoviesRepository defined in @EnableNeo4jRepositories declared on DatabaseConfig and overriding is disabled.
I use this build for app
This is my Repository
This is my Configuration class