- Moved classes around so that the scans do not collide - Make sure the LiveTest actually stops when done - Removed some useless gitignore / README parts.
		
			
				
	
	
		
			14 lines
		
	
	
		
			587 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			587 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Spring Security Core
 | ||
| 
 | ||
| This module contains articles about core Spring Security
 | ||
| 
 | ||
| ### Relevant Articles:
 | ||
| - [Spring Security – @PreFilter and @PostFilter](https://www.baeldung.com/spring-security-prefilter-postfilter)
 | ||
| - [Spring Boot Authentication Auditing Support](https://www.baeldung.com/spring-boot-authentication-audit)
 | ||
| - [Introduction to Spring Method Security](https://www.baeldung.com/spring-security-method-security)
 | ||
| - [Overview and Need for DelegatingFilterProxy in Spring](https://www.baeldung.com/spring-delegating-filter-proxy)
 | ||
| 
 | ||
| ### Build the Project
 | ||
| 
 | ||
| `mvn clean install`
 |