- 在 https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases 下载apoc扩展包JAR文件
- 在 https://github.com/neo4j-contrib/neo4j-graph-algorithms/releases 下载algo扩展包JAR文件
- 将jar包放到Neo4j安装目录下plugins文件夹中
- 在配置文件里添加
dbms.security.procedures.unrestricted=algo.* dbms.security.procedures.unrestricted=apoc.*
- 从新启动Neo4j服务
stop
neo4j start
原文地址:https://www.cnblogs.com/chenxiangzhen/p/10531657.html
neo4j