Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 spring mvc 框架中收到此错误:配置问题:无法找到 XML 模式命名空间的 Spring NamespaceHandler [http://www.springframework.org/schema/mvc]
有什么建议吗?
确保在 xml 中放置了正确版本的架构。还要确保您的应用程序中包含相同版本的 jar 文件。
如果您使用 SpringSourceToolSuit 或在 eclipse 中安装了 Spring 插件,那么您应该能够创建 Spring 配置文件,默认情况下在其中具有正确的模式定义。