Spring-Data-Neo4j:“工厂方法'typeRepresentationStrategyFactory'抛出异常”,空JSON

时间:2016-04-17 13:04:07

标签: neo4j spring-data spring-data-neo4j

我是spring-data和neo4j的新手,所以如果我的代码有些糟糕的话请说。

我想将我的应用程序部署到heroku,但是我无法使远程neo4j连接工作。我试过了

  • 远程连接到本地docker镜像(在浏览器中工作)
  • 本地服务器
  • Heroku附加组件(Graphstory)

可悲的是,他们都给出了相同的exception,最重要的是:

Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''

您可以看到我的Neo4j Spring配置hereunit配置文件用于单元测试),我的pom的一部分是here

  • Neo4j docker image version:2.3.3
  • Neo4j本地版本:2.3.3

GraphEntity模型(评论)here

1 个答案:

答案 0 :(得分:0)

事实证明我的依赖项与我认为的Neo4j服务器不兼容。

此外,唯一兼容的版本是neo4j的私有maven存储库。

luanne(不是我)的

Flavorwocky是一个很好的参考资料

如果你在这里,还可以看看Neo4j OGM documentation