首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

在web.xml资料中配置Spring集成信息

2012-08-25 
在web.xml文件中配置Spring集成信息1.listenerlistener-classorg.springframework.web.context.Contex

在web.xml文件中配置Spring集成信息

1.

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

热点排行