一镀迂、錯誤類型
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.interceptor.CacheInterceptor#0'
: Cannot resolve reference to bean 'cacheManager' while setting bean property 'cacheManager';
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cacheManager' available
錯誤類型截圖:
二茬射、錯誤原因
可以造成此類問題的原因有很多折晦,只能講一下本人造成以上錯誤的原因
問題出現(xiàn)在 resources文件夾下的 applicationContext.xml 配置文件中
如上圖所示货抄,初學者容易犯的錯誤之一
三、解決辦法
將
xmlns:mvc="http://www.springframework.org/schema/cache"
改為
xmlns:mvc="http://www.springframework.org/schema/mvc"
希望可以幫助到各位蒲跨!