No adapter for handler exception

后端 未结 2 1920
渐次进展
渐次进展 2020-12-07 11:40

I\'m developing a web application using spring mvc framework. I want to to both annotation and beanName based url mappings.

I\'ve the following configurations in my

2条回答
  •  感动是毒
    2020-12-07 12:10

    The same thing happened to me when I was trying to integrate spring MVC 2.5 with spring web flow. For webflow I have given FlowHandlerdAdapter in the configuration file but none for MVC. Thereby as said above we need to define a BEAN of type simplecontrollerhandleradapter in this case which will solve the problem.

提交回复
热议问题