首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring初始-实用整理

2012-11-14 
spring初步---实用整理?context-paramparam-namecontextConfigLocation/param-nameparam-value /W

spring初步---实用整理

?

<context-param> <param-name>contextConfigLocation</param-name> <param-value> /WEB-INF/configs/applicationContext.xml</param-value> </context-param> <!-- Spring Loader --> <listener> <listener-class>org.springframework.web.context.ContextLoaderList ener</listener-class> </listener>

  4) 当业务方法被设置为PROPAGATION_MANDATORY时,它就不能被非事务的业务方法调用。

?

热点排行