Hi @Alexandre, the driver & database integration we support right now is for jdbc complient drivers for SQL databases. So we don't cover/support NoSQL databases right now.
For some for some NoSQL databases there are jdbc compliant drivers that provides some access level to NoSql databases, i.e. you can .e.g. execute queries. But the level of integration dependes on each particular driver. The driver you are triying to configure
https://mongodb.github.io/mongo-java-driver/ AFAIK is not jdbc compliant.
Depending on what you need to do you can try experimentally with a driver like
Regards,
Walter.