context.xml resource 课题_spring mvc框架 web.xml配置文件 Could not open ServletContext resource.doc
文本预览下载声明
context.xml resource 课题_spring mvc框架 web.xml配置文件 Could not open ServletContext resource
导读:就爱阅读网友为您分享以下“课题_spring mvc框架 web.xml配置文件 Could not open ServletContext resource”的资讯,希望对您有所帮助,感谢您对92的支持!
spring mvc框架 web.xml配置文件 Could not open ServletContext resource web.xml配置文件代码:
lt;context-paramgt;
lt;param-namegt;contextConfigLocationlt;/param-namegt;
lt;param-valuegt;classpath*:applicationContext*.xmllt;/param-valuegt;
lt;/context-paramgt;
lt;listenergt;
lt;listener-classgt;org.springframework.web.context.ContextLoaderListenerlt;/listener-classgt;
lt;/listenergt;
lt;!-- spring dispatcher配置 --gt;
lt;servletgt;
lt;servlet-namegt;springlt;/servlet-namegt;
lt;servlet-classgt;org.springframework.web.servlet.DispatcherServletlt;/servlet-classgt;
lt;load-on-startupgt;1lt;/load-on-startupgt;
lt;/servletgt;
显示全部