Hi All,
I have a long struggle fixing this issue.
While running an spring boot application connection to Mongo DB client I am getting the following error “Exception in thread “main” java.lang.NoSuchMethodError: 'com.mongodb.internal.connection.Cluster com.mongodb.internal.connection.DefaultClusterFactory.createCluster(com)”
Tried few option like changing the driver in pom.xml etc. but still no luck
Any suggestion on how to fix this please?