[6-04]spring面试题


1.在web中如何配置spring

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

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


猜你喜欢

转载自blog.csdn.net/a102615350/article/details/78027249