I am trying to define a repository and entity classes and use them in Spring app/context. After this I try to inject the repository in Spring Service but I receive an exception that bean for that repository can not be found.
Is there an example how to use Micronaut Data in Spring app/context?