[6-04]spring面试题

来源:互联网 发布:java抓取html指定内容 编辑:程序博客网 时间:2024/06/05 07:20


1.在web中如何配置spring

把ContextLoaderListener添加到你的web.xml就行

<listener>
   <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>


原创粉丝点击