Dispatcher-servlet.xml - 不是强制性的?
我正在做一项在某种程度上已经完成的任务。它是一个带有 Spring Integration 和 Spring MVC 的 Spring 3.0 项目。我看到在 web.xml 中定义了 ,并且名称与 DispatcherServlet 类关联。但是在 /web-inf/ 中,当我查看 spring 文档时,我没有看到 Dispatcher-servlet.xml
,我读到 Dispatcher-servlet.xml 是强制性的。
该应用程序运行良好。 jsp 已获取并且流程符合预期。但是如果没有 Dispatcher-servlet.xml,它是如何工作的?有什么想法吗?
谢谢, 简。
I am working on an assignment that is already built to some extent. It is a Spring 3.0 project with Spring Integration and Spring MVC. I see that in web.xml, the is defined and the name is associated to the DispatcherServlet class. But in /web-inf/ I don't see the Dispatcher-servlet.xml
when I looked at the spring documentation, I read that the Dispatcher-servlet.xml is mandatory.
The app is working fine. The jsp is fetched and the flow is as expected.But without the Dispatcher-servlet.xml, how is it working? Any thoughts?
Thanks,
Jan.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如:这是我的 web.xml 定义。在这里,我的 DispatcherServlet 名称是 springController-servlet.xml,它位于 web-inf 文件夹中。
检查你的并恢复回来。 Spring 需要一个调度程序 servlet 文件。
Eg: here is my web.xml definition. Over here my dispatcherservlet name is springController-servlet.xml which is placed in the web-inf folder.
Check yours and revert back. Spring requires a dispatcher servlet file.