14 lines
201 B
Markdown
14 lines
201 B
Markdown
|
### Relevant Articles:
|
||
|
- [A Guide to Neo4J with Java](https://www.baeldung.com/java-neo4j)
|
||
|
|
||
|
### Build the Project with Tests Running
|
||
|
```
|
||
|
mvn clean install
|
||
|
```
|
||
|
|
||
|
### Run Tests Directly
|
||
|
```
|
||
|
mvn test
|
||
|
```
|
||
|
|