Micronaut data : No backing RepositoryOperations configured for repository
问题 I am getting this following exception when I try configuring micronaut-data with inmemory h2 database and Jpa. I have been following the documentation I created the project from command line with maven as build tool. I have the following <dependency> <groupId>io.micronaut.configuration</groupId> <artifactId>micronaut-jdbc-tomcat</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> </dependency>