spring映射不到路径各种配制各种检查就是找不见问题

No mapping found for HTTP request with URI [/ceshi/hello] in DispatcherServlet with name 'springmvc-servlet'

/ceshi 是 你 controller 类 对应的 @RequestMapping("/ceshi") /hello 是 类中方法对应的 @RequestMapping(value="/hello")

不行/ceshi是项目名字 /hello是方法 按你说的改了也不行

楼主把Controller贴出来看看吧。