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