在spring.xml中为spring mvc项目获取错误

时间:2017-12-21 14:02:59

标签: java xml spring spring-mvc servlets

我正在创建Spring MVC项目。

<spring-class>org.springframework.web.servlet.DispatcherServlet</spring-class>

的web.xml中

我收到此错误

  

&#34; cvc-complex-type.2.4.a:找到无效的内容   元素&#39; spring-class&#39;。之一   {"http://xmlns.jcp.org/xml/ns/javaee":servlet-class, "http:// xmlns.jcp.org/xml/ns/javaee":jsp-file, "http://xmlns.jcp.org/xml/ns/javaee":init- param, "http://xmlns.jcp.org/xml/ns/javaee":load-on-startup, "http://xmlns.jcp.org/ xml/ns/javaee":enabled, "http://xmlns.jcp.org/xml/ns/javaee":async-supported,
"http://xmlns.jcp.org/xml/ns/javaee":run-as, "http://xmlns.jcp.org/xml/ns/ javaee":security-role-ref, "http://xmlns.jcp.org/xml/ns/javaee":multipart-config}
是   。预期&#34;

任何人都可以帮我解决这个问题吗

1 个答案:

答案 0 :(得分:0)

如果没有发布完整的web.xml,很难确定,但是根据你发布的内容我相信你的问题可能是连字符和类之间的空格。

您有'spring- class',但应该是'spring-class'