摘要: import org.aspectj.lang.JoinPoint;import org.aspectj.lang.annotation.Aspect;import org.aspectj.lang.annotation.Before;import org.springframework.stereotype.Component;@Aspect@Componentpublic class OrderAspact { @Before("execution(* ocj.com.cn.order.service.impl.TestServiceImpl.*(..))") publ 阅读全文
posted @ 2013-12-10 16:34 yiyi_2 阅读(542) 评论(0) 推荐(0) 编辑