Error creating bean with name 'mvcContentNegotiationManager'

来源:互联网 发布:java xml转化成pdf 编辑:程序博客网 时间:2024/06/02 03:39

警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcContentNegotiationManager': Failed to introspect bean class [org.springframework.web.accept.ContentNegotiationManagerFactoryBean] for lookup method metadata: could not find class that it depends on; nested exception is java.lang.NoClassDefFoundError: javax/servlet/ServletContext


缺少servlet-api的依赖包

 <dependency>
            <groupId>tomcat</groupId>
            <artifactId>servlet-api</artifactId>
            <version>5.5.23</version>
        </dependency>



阅读全文
1 0
原创粉丝点击