我正在运行Spring Neo4j版本2.3.3。编辑:--我试着升级pom以使用3.0.0版本,现在得到了以下例外:
Error creating bean with name 'controller': Injection of autowiredorg.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction.getOrCreateThirdPartyFileSystem(Ljava/lang/Class;Lorg/neo4j/
apoc.cypher.runFile("file:////var/lib/neo4j/db_init_scripts/db_schema.cypher");' \neo4j我的db_ddl.cypher有创建索引:
CREATE CONSTRAINT idx_person_unq IF NOT EXISTS ON (p:Pers