Spring之AOP

1、什麼是AOP 2、AOP的相關術語 3、基於XML的AOP實現 (1)pom.xml導入jar包 (2)bean.xml配置 aop:config、aop:apect標籤 切入點execution表達式 4、四種常用的通知類型及環繞通知 前置通知aop:before、後置通知aop:after-returning、異常通知aop:after-throwing、最終通知aop:after、環繞通
相關文章
相關標籤/搜索