问题描述:
学习黑马的springMVC课程中遇到的问题
在spring 配置文件spring-mvc.xml中手动添加
xmlns:mvc="http://www.springframework.org/schema/cache" ... xsi:schemaLocation=" ... http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd"
这里实际应该引用的是mvc命名空间和标签库(我不确定是不是应该叫命名空间和标签库,错了请指出):
xmlns:mvc="http://www.springframework.org/schema/mvc ... xsi:schemaLocation=" ... http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"
修改后重新运行tomcat即可。
这篇文章写的很详细,锁定了问题是在spring配置文件中:
Java异常 #NoSuchBeanDefinitionException: No bean named ‘cacheManager‘ available
https://blog.csdn.net/itanping/article/details/91977944
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)