spring aop exepress execution注解
?
execution(* com.xyz.service.AccountService.*(..))
execution(* com.xyz.service.*.*(..))
execution(* com.xyz.service..*.*(..))
http://kaowww153.iteye.com/blog/603891