<aop:config>
<aop:aspect id="aopAspect" ref="myDaoAspect">
<aop:pointcut expression="execution(com.shenhua.dao.MyDaoTest.*(..))" id="pointcutmethod"/>
<aop:before method="beforeAspect" pointcut-ref="pointcutmethod"/>
</aop:aspect>
</aop:config>
AOP的配置
都是照着慕课网AOP 的视屏做的,就是不行,郁闷
苏州河1991
相关分类