philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

Added Spring AOP support. #14

Open abzal1991 opened 10 years ago

abzal1991 commented 10 years ago

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.