环境搭建docker pull neo4j
docker run -d --name neo4j -p 7474:7474 -p 7687:7687 -v docker/neo4j/conf:/var/lib/neo4j/conf neo
2022-08-30