-2

I use this configuration to connect to a database hsqldb:

<resource Id="My DataSource" type="DataSource">
    JdbcDriver org.hsqldb.jdbcDriver
    JdbcUrl jdbc: hsqldb: file: data / hsqldb / hsqldb
    UserName its
    Password
    JtaManaged true
</ Resource>

What is the configuration for a database mongodb ?

4

1 回答 1

3

您可以在代码中配置 - 如教程Java 中所演示的 - 建立连接,或者您可以将连接字符串格式与MongoURI一起使用。这是 URI 规范,可以在这里看到Connection String Format

于 2012-07-31T09:34:28.173 回答