Getting error while connecting to jpa using micronaut-data-hibernate-jpa library
问题 I want to use JPA for micronaut. For that I am using io.micronaut.data:micronaut-data-hibernate-jpa:1.0.0.M1 library. Whenever I run my application and hit the endpoint to get the data, I get the following error: { message: "Internal Server Error: No backing RepositoryOperations configured for repository. Check your configuration and try again" } I tried looking up for errors but I couldn't find one. Attaching my files here. Please help. build.gradle plugins { id "net.ltgt.apt-eclipse"