Like com.mysql.jdbc.Driver in the case of mysql, what would be the JDBC driver class for mongodb?
com.mysql.jdbc.Driver
mysql
JDBC
driver
mongodb
In
You can use it as Below.
JDBC Driver class name: mongodb.jdbc.MongoDriver URL format: jdbc:mongo://(serverName)/(databaseName)
For More Details Refer this Link