读书人

spring初始-实用整理

发布时间: 2012-11-14 10:12:18 作者: rapoo

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时,它就不能被非事务的业务方法调用。

?

读书人网 >软件架构设计

热点推荐