解决方案一:
在web,xml头文件中添加
1、 http://www.springmodules.org/schema/cache/springmodules-cache.xsd
2、http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd
解决方案二:
<async-supported>true</async-supported>是web.xml 3.0的新特性,只需将web-app_2_5.xsd改成web-app_3_0.xsd
和version="2.5"改成version="3.0"即可解决。