Fight With Me!!!

导航

配置spring上下文

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
              classpath:/applicationContext.xml
              classpath:/applicationContext-security.xml
          
   </param-value>
</context-param>
<listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

 

posted on 2015-04-12 13:16  nickTimer  阅读(245)  评论(0编辑  收藏  举报