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.
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.