Spring 2 XML文件常用配置
?
- - - - - - - - - - - - - <aop:config>? <aop:pointcut id="businessService" expression="execution(public * com.repair.service..*(..))" /> ? <aop:advisor advice-ref="txAd" pointcut-ref="businessService" /> ? </aop:config>? </beans>