版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://blog.csdn.net/chengyuqiang/article/details/102660427
https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases 选择对应的3.5.x版本 https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.5.0.5/apoc-3.5.0.5-all.jar
关闭
[root@elastic1 neo4j-community-3.5.11]# bin/neo4j stop
Stopping Neo4j.. stopped
[root@elastic1 neo4j-community-3.5.11]# bin/neo4j start
Active database: graph.db
Directories in use:
home: /opt/neo4j-community-3.5.11
config: /opt/neo4j-community-3.5.11/conf
logs: /opt/neo4j-community-3.5.11/logs
plugins: /opt/neo4j-community-3.5.11/plugins
import: NOT SET
data: /opt/neo4j-community-3.5.11/data
certificates: /opt/neo4j-community-3.5.11/certificates
run: /opt/neo4j-community-3.5.11/run
Starting Neo4j.
Started neo4j (pid 11513). It is available at http://0.0.0.0:7474/
There may be a short delay until the server is ready.
See /opt/neo4j-community-3.5.11/logs/neo4j.log for current status.
[root@elastic1 neo4j-community-3.5.11]# bin/neo4j status
Neo4j is running at pid 11513
[root@elastic1 neo4j-community-3.5.11]#
RETURN apoc.version()