springside出现Description Resource Path Location Type

xsi:schemaLocation="http://www.springframework.org/schema/data/jpa/spring-jpa-1.1.xsd“

出现Description Resource Path Location Type

Referenced file contains errors (http://www.springframework.org/schema/data/jpa/spring-jpa-1.1.xsd).  For more information, right click on the message in the Problems View and select "Show Details..." applicationContext.xml /quickstart/src/main/resources line 1 XML Problem

的错误,
将http://www.springframework.org/schema/data/jpa/spring-jpa-1.1.xsd
改成http://www.springframework.org/schema/data/jpa/spring-jpa.xsd
或者http://www.springframework.org/schema/data/jpa/spring-jpa-1.2.xsd
就没有这个错误

你可能感兴趣的:(java)