赞
踩
首先创建一个springboot项目,这里不再介绍。
连接neo4j数据库的依赖包
- <dependency>
- <groupId>org.neo4j</groupId>
- <artifactId>neo4j-ogm-http-driver</artifactId>
- <version>2.1.5</version>
- </dependency>
spring-boot-starter-data-neo4j依赖包
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-neo4j</artifactId>
- </dependency>
mybatis-plus依赖包
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。