假设您使用的是Spring 3.1,请尝试以下操作:
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
3.1在最后一行用您使用的 主要 Spring版本替换。含义:
3.1.1即使有Spring版本,也没有XSD
3.1.1。



