.Error creating bean with name 'org.springframework.cache.interceptor.CacheInterceptor#0’
原因:
spring配置文件添加注解扫描
解决方法:
应该把xmlns:mvc=”http://www.springframework.org/schema/cache”改成xmlns:mvc=”http://www.springframework.org/schema/mvc”

.Error creating bean with name 'org.springframework.cache.interceptor.CacheInterceptor#0’
原因:
spring配置文件添加注解扫描
解决方法:
应该把xmlns:mvc=”http://www.springframework.org/schema/cache”改成xmlns:mvc=”http://www.springframework.org/schema/mvc”