Loredana Crusoveanu b9fc6f2e9c Update README.md
2023-06-16 20:41:02 +03:00

16 lines
243 B
Markdown

## Spring Data Neo4j
### Relevant Articles:
- [Introduction to Spring Data Neo4j](https://www.baeldung.com/spring-data-neo4j-intro)
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```