摘要:
@Aspect 定义一个切面 public class LogAspect { // Service层切点 切点,所有被注解ServiceLog标注的方法, @Pointcut("@annotation(com.xe.demo.common.annotation.ServiceLog)") public void serviceAspect() { } // 增强,在serviceA... 阅读全文
posted @ 2018-08-08 14:41
徒步走向未来
阅读(723)
评论(0)
推荐(0)

浙公网安备 33010602011771号