I'm trying to use db-scheduler with Micronaut. Therefore, I created a @Singleton service where I inject the actual DataSource which is of type TransactionAwareD
I am trying to write custom query using @MongoFindQuery but it's not working with multiple fileds, Repository Interface @MongoRepository public interface BookRe
Trying to implement the pagination with Micronaut data with MongoDB as below @MongoRepository public interface IDiscountRepository extends ReactorCrudRepository