The matching wildcard is strict, but no declaration can be found for element 'context:component-scan'.
http://www.cnblogs.com/jbelial/archive/2012/06/05/2536708.html
spring的配置文件错误了,
看下这个配置了没有,spring要扫描管理bean,记得在配置文件开头的beans里面加入对应的约束
好像是这个标签context:component-scan没有找到要扫描的包,你可以百度一下用法
扫描不到使用mvc注解的包