Search code examples
javamongodbjndinosql

MongoDb via jndi


Do you know if it is possible to setup mongodb instance in spring like any other db via datasource from jndi?

Thx


Solution

  • If you mean like regular RDBMS with JDBC access, then the answer is no.