Micronaut data with Reactive mongodb + JPA/Hibernate Repository

883 views Asked by At

I am trying to use reactive MongoDb with JPA (RxJavaCrudRepository. Is there any sample reference so that I can follow.

implementation("io.micronaut.mongodb:micronaut-mongo-reactive")

I found this one https://github.com/ilopmar/micronaut-mongo-reactive-sample/blob/master/src/main/java/mongoreactive/MongoController.java but this sample is using MongoClient.

Is there any post or sample example it will be great

0

There are 0 answers