我是spring-data和neo4j的新手,所以如果我的代码有些糟糕的话请说。
我想将我的应用程序部署到heroku,但是我无法使远程neo4j连接工作。我试过了
可悲的是,他们都给出了相同的exception,最重要的是:
Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
您可以看到我的Neo4j Spring配置here(unit
配置文件用于单元测试),我的pom的一部分是here。
GraphEntity模型(评论)here
答案 0 :(得分:0)
事实证明我的依赖项与我认为的Neo4j服务器不兼容。
此外,唯一兼容的版本是neo4j的私有maven存储库。
luanne(不是我)的Flavorwocky是一个很好的参考资料
如果你在这里,还可以看看Neo4j OGM documentation。