标签:
要使用spring mvc中的@Controller注解,就必须要配置<mvc:annotation-driven />,否则org.springframework.web.servlet.DispatcherServlet无法找到控制器并把请求分发到控制器。
参考文献:
http://blog.csdn.net/jbgtwang/article/details/7359592
标签:
原文地址:http://www.cnblogs.com/dobestself-994395/p/4321135.html