11 lines
241 B
Markdown
Raw Normal View History

## @PreFilter and @PostFilter annotations
### Build the Project ###
```
mvn clean install
```
### Relevant Articles:
- [Intro to @PreFilter and @PostFilter in Spring Security](http://www.baeldung.com/spring-security-prefilter-postfilter)