spring詳解之註解的方式配置AOP(六)

1實現開啓註解模式,在applicationContext.xml文件中配置 <aop:aspectj-autoproxy></aop:aspectj-autoproxy> 2註解切面 在通知上面添加一個註解@Aspect @Aspect   //切面 public class MyAdvice { 在通知的方法上添加切點有五種方式 @Before(表達式) @Pointcut(),@Before
相關文章
相關標籤/搜索