赞
踩
1.下载与neo4j版本一致的apoc包
2.将下载的.jar文件放置到neo4j安装目录下的plugins/ 文件夹下
3.根据需要使用的插件,修改conifg 文件夹下的配置文件neo4j.conf,包括下面两行
dbms.security.procedures.unrestricted=apoc.*
dbms.security.procedures.allowlist=apoc.coll.*,apoc.load.*,apoc.merge.*
这里特别注意的有两点:
apoc.coll.*
和 apoc.load.*
,但如果你要使用的是其他apoc函数,需要加上,例如我这里的apoc.merge.*
gds.*
,但是你没有安装,最好就把它删了重启neo4j
验证安装
https://neo4j.com/labs/apoc/#_installation
https://neo4j.com/docs/apoc/current/installation/#neo4j-server
https://neo4j.com/docs/apoc/current/overview/
.\neo4j.bat console
是可以直接启动成功的,Ctrl+c
终止后重新启动,一直验证不通过
后使用.\neo4j.bat windows-service install
安装为服务后,使用 neo4j restar
启动后验证通过
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。