spring的xml配置声明: xml配置声明 Code问题处理问题1 xml报错: cvc-elt.1: Cannot find the declaration of element 'beans'.问题分析 该问题就是找不到对应的spring-bean.xsd文件;解决办法 指定spring-bean.xsd的版本号,即:spring-bean-4.3.xsd注意:要与你当前项目的pom文件中的依赖的sping-bean的版本保持一致