You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am unable to connect to set up flowable with mongo DB using reactive mongo driver. I have org.springframework.boot:spring-boot-starter-data-mongodb-reactive dependency in my gradle file but I still need to add org.mongodb:mongo-java-driver:3.12.11 dependency which eventually results in the below error.
I get the below error:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
Hi,
I am unable to connect to set up flowable with mongo DB using reactive mongo driver. I have org.springframework.boot:spring-boot-starter-data-mongodb-reactive dependency in my gradle file but I still need to add org.mongodb:mongo-java-driver:3.12.11 dependency which eventually results in the below error.
I get the below error:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The calling method's class, com.mongodb.reactivestreams.client.MongoClients, was loaded from the following location:
The text was updated successfully, but these errors were encountered: