2015-10-20 15:41:48,121 WARN [org.springframework.web.servlet.PageNotFound:1136] - No mapping found for HTTP request with URI [/SMSH/manager/user-list.do] in DispatcherServlet with name 'spring-mvc'
2015-10-20 15:41:48,121 WARN [org.springframework.web.servlet.PageNotFound:1136] - No mapping found for HTTP request with URI [/SMSH/manager/user-list.do] in DispatcherServlet with name 'spring-mvc'
你的@RequestMapping(value = "/users-list.do")写的是users-list.do,而你的url上写的是user-list.do,user少了个‘s’.
以后写的时候弄仔细,别因为这点小问题耽误时间。