java-tutorials/spring-security-core
felipe-gdr ff35749338 BAEL-127: @PreFilter and @PostFilter annotations (#898)
* BAEL-127: simple app with filters

* removed data rest dependency, final adjustments

* added first live test for the rest api

* move filters code to new module

* moved to root of module, create service layer, standard pom
2016-12-16 01:26:52 -06:00
..
src BAEL-127: @PreFilter and @PostFilter annotations (#898) 2016-12-16 01:26:52 -06:00
.gitignore BAEL-127: @PreFilter and @PostFilter annotations (#898) 2016-12-16 01:26:52 -06:00
README.md BAEL-127: @PreFilter and @PostFilter annotations (#898) 2016-12-16 01:26:52 -06:00
pom.xml BAEL-127: @PreFilter and @PostFilter annotations (#898) 2016-12-16 01:26:52 -06:00

README.md

@PreFilter and @PostFilter annotations

Build the Project

mvn clean install