- 浏览: 353 次
- 性别:
最新评论
文章列表
在web.xml中配置spring
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener- ...