应该是xsd的问题,试试从一个好用的工程里复制xsd过来
project-clear,清理一下项目试试.
上mvc得首先确保这几个xsd声明齐全,bean(必须),context, mvc,以一个命名空间和一个实例的键值对声明完整
同学,xsd要声明一下
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.2.xsd
你可能没有声明xsd