* 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
		
	
	
		
			340 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			340 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
## Spring Data Redis
 | 
						|
 | 
						|
### Relevant Articles:
 | 
						|
- [Introduction to Spring Data Redis](http://www.baeldung.com/spring-data-redis-tutorial)
 | 
						|
- [PubSub Messaging with Spring Data Redis](http://www.baeldung.com/spring-data-redis-pub-sub)
 | 
						|
 | 
						|
### Build the Project with Tests Running
 | 
						|
```
 | 
						|
mvn clean install
 | 
						|
```
 | 
						|
 | 
						|
### Run Tests Directly
 | 
						|
```
 | 
						|
mvn test
 | 
						|
```
 | 
						|
 |