neo4j apoc 设置

1 下载 neo4j apoc jar包

在neo4j home目录下

cd plugins
wget wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.2/apoc-3.5.0.2-all.jar

neo4j apoc jar需要根据neo4j版本进行选择

 

2 重新启动neo4j 

./bin/neo4j restart

 

3 验证

在neo4j browser 输入

call apoc.help('search')

输入看到正常输出,说明apoc设置ok

你可能感兴趣的:(neo4j,cypher)