有人可以帮我整理一下我的配置,或者指出一个不使用 JNDI 的 MySql 示例。我越来越...
表“modeshape.content_store”不存在
...我认为这是因为它不是自动创建模式。我尝试使用 modeshape2 属性无济于事。这是我的配置
{
    "name" : "My Repository",
    "monitoring" : {
        "enabled" : true
    },
    "workspaces" : {
        "default" : "defaultWorkspace",
        "allowCreation" : true
    },
    "storage" : {
        "cacheName" : "Teneo Repository",
        "binaryStorage" : {
            "type" : "database",
        "driverClass" : "com.mysql.jdbc.Driver",
        "username" : "modeshape",
        "password" : "modeshape",
        "url" : "jdbc:mysql://127.0.0.1:3306/modeshape?autoReconnect=true",
        "autoGenerateSchema" : "create"
        }
    }
}