angular-rest-springsecurity
angular-rest-springsecurity copied to clipboard
Added Spring AOP support.
Added doAroundMethod which is Around pointcut. It can be used for logging, monitoring, exception handling and access control check from one place, rather than repeating it in each function of classes. Using regex advisor (pom.xml) I put around interceptor to all methods(.*) of beans ending with *Dao.