Martin van Wingerden 03a34d5cf6 BAEL-3495 Code for Deny of Missing Pre/PostAuthorize annotation
- Moved classes around so that the scans do not collide
- Make sure the LiveTest actually stops when done
- Removed some useless gitignore / README parts.
2019-12-19 18:58:07 +01:00

14 lines
587 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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`