【问题标题】:Upgrading to Neo4j 2.2.5 and Spring Data 4.0.0.RELEASE - embedded database neo4jServer升级到 Neo4j 2.2.5 和 Spring Data 4.0.0.RELEASE - 嵌入式数据库 neo4jServer
【发布时间】:2015-09-11 18:23:04
【问题描述】:

我正在尝试将我的应用程序升级到 Neo4j 2.2.5 和 Spring Data 4.0.0.RELEASE

使用新的 Neo4jConfiguration 我需要覆盖 neo4jServer 方法:

@Override
public Neo4jServer neo4jServer() {
    // TODO Auto-generated method stub
    return null;
}

如何实现此方法以使用 Neo4j 嵌入式数据库?

【问题讨论】:

    标签: neo4j spring-data-neo4j


    【解决方案1】:

    Neo4j 4.0 的 Spring Data 不支持嵌入式模式。

    4.1 版应该支持嵌入式模式。

    【讨论】:

    • 它是否只与 SDN 4.0 或 Neo4j 相关?我应该继续使用 Neo4j 嵌入模式还是从 Neo4j 中删除此模式?
    • 现在和SDN 4.0有关。 Neo4j 仍然支持嵌入模式。
    • 计划在 4.1 中使用
    • “Neo4j 4.1.0.BUILD-SNAPSHOT 的 Spring Data”是否支持嵌入模式?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-06-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-16
    相关资源
    最近更新 更多