spring mvc 3.2 interceptor出错
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.MappedInterceptor#1': Cannot resolve reference to bean 'helloInterceptor' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'helloInterceptor' is defined
展开
展开全部
<mvc:interceptor>
<mvc:mapping path="/**" />
<bean class="xxx.xxx.HelloInterceptor"/>
</mvc:interceptor>
即可 不要用ref 引用的
如果你用的是引用,你就要定义完整的bean 名字 class
<mvc:mapping path="/**" />
<bean class="xxx.xxx.HelloInterceptor"/>
</mvc:interceptor>
即可 不要用ref 引用的
如果你用的是引用,你就要定义完整的bean 名字 class
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
No bean named 'helloInterceptor' is defined 没有而配置<bean id="helloInterceptor" class="xxx.xxx.HelloInterceptor"/>
追问
不能这样配置
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询