2019-10-31 21:43:47 -04:00
|
|
|
## Spring Data Neo4j
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-02-12 14:08:11 -05:00
|
|
|
- [Introduction to Spring Data Neo4j](https://www.baeldung.com/spring-data-neo4j-intro)
|
|
|
|
- [A Guide to Neo4J with Java](https://www.baeldung.com/java-neo4j)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
### Build the Project with Tests Running
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run Tests Directly
|
|
|
|
```
|
|
|
|
mvn test
|
|
|
|
```
|
|
|
|
|