The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler
我的springmvc.xml
中包含 还是报错,求解
The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler] with root cause
控制层中的类是不是忘记加上@Controller这个annotation了
你能把报错信息贴全一点吗
你在配置文件中看看是否加上了
<mvc:annotation-driven />