首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

Spring 二 XML文件常用配置

2012-09-07 
Spring 2 XML文件常用配置?- - - - - - - - - - - - - aop:config? aop:pointcut idbusinessService

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>

热点排行