gpt4 book ai didi

java - Spring MVC - 找不到元素 'mvc:annotation-drive' 的声明

转载 作者:行者123 更新时间:2023-12-02 05:58:15 25 4
gpt4 key购买 nike

您好,我收到以下错误。

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:annotation-drive'.

这是我的 Spring 上下文文件。

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:task="http://www.springframework.org/schema/task"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd"
default-lazy-init="true">
<context:component-scan base-package="com.demo.myapp"/>

<mvc:annotation-drive />
</beans>

我搜索了很多,在 Stackoverflow 中找到了很多解决方案。但我仍然无法解决这个问题。我在这里做错了什么?

这是一个 Maven 项目。早些时候,我试图将其制作为 Spring-MVC 项目,而不是 Spring-mvc。我在 pom 文件中添加了 spring-webmvc 依赖项。版本是3.1.3.RELEASE

最佳答案

<mvc:annotation-driven />而不是

<mvc:annotation-drive />

关于java - Spring MVC - 找不到元素 'mvc:annotation-drive' 的声明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22877207/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com