* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules
		
			
				
	
	
		
			17 lines
		
	
	
		
			309 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			309 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Spring Data Neo4j
 | |
| 
 | |
| ### Relevant Articles:
 | |
| - [Introduction to Spring Data Neo4j](http://www.baeldung.com/spring-data-neo4j-intro)
 | |
| - [A Guide to Neo4J with Java](http://www.baeldung.com/java-neo4j)
 | |
| 
 | |
| ### Build the Project with Tests Running
 | |
| ```
 | |
| mvn clean install
 | |
| ```
 | |
| 
 | |
| ### Run Tests Directly
 | |
| ```
 | |
| mvn test
 | |
| ```
 | |
| 
 |