Spring Data JPA spring命名空间声明问题ffgfg

时间:2022-09-08 09:17:10
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:mvc="http://www.springframework.org/schema/mvc"
    xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p"
    xmlns:util="http://www.springframework.org/schema/util"
    xmlns:tx="http://www.springframework.org/schema/tx"
    xmlns:aop="http://www.springframework.org/schema/aop"
    xmlns:jpa="http://www.springframework.org/schema/data/jpa"
    xmlns:repository="http://www.springframework.org/schema/data/repository"
    xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
        http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd
        http://www.springframework.org/schema/data/repository http://www.springframework.org/schema/data/repository/spring-repository.xsd
        ">

我在使用jpa:repositories标签的时候xml头部报错:
Multiple annotations found at this line:
- Referenced file contains errors (http://www.springframework.org/schema/tool/spring-
 tool-3.0.xsd). For more information, right click on the message in the Problems View and select "Show 
 Details..."
- Referenced file contains errors (http://www.springframework.org/schema/beans/spring-
 beans-3.0.xsd). For more information, right click on the message in the Problems View and select 
 "Show Details..."
- Referenced file contains errors (http://www.springframework.org/schema/context/spring-
 context-3.0.xsd). For more information, right click on the message in the Problems View and select 
 "Show Details..."


这是为什么啊

3 个解决方案

#1


把项目 clean up一下


另:你的头像,我看着恶心

#2


引用 1 楼 shijing266 的回复:
把项目 clean up一下


另:你的头像,我看着恶心


clean up 之后 还是一样的错误!

另:头像看着恶心,可以遮住

#3


clean up 了还有错,请看: 看看这个

另:你的头像我遮不住,看着真恶心

#1


把项目 clean up一下


另:你的头像,我看着恶心

#2


引用 1 楼 shijing266 的回复:
把项目 clean up一下


另:你的头像,我看着恶心


clean up 之后 还是一样的错误!

另:头像看着恶心,可以遮住

#3


clean up 了还有错,请看: 看看这个

另:你的头像我遮不住,看着真恶心