第一次从零开始搭建spring mvc,启动工程后,正常显示首页没问题, 但点击链接之后,页面跳转报404
No mapping found for HTTP request with URI [/HelloSpring/hello.htm] in DispatcherServlet with name 'dispatcher'
在网上找了很多类似的错误,解决方案都不能解决我的问题。
最终看了spring 实战得到启示,原来在启动过程中需要一个DefaultAnnotationHandlerMapping,
加了org.springframework.web.servlet-3.1.4.RELEASE.jar之后, 问题解决