报org.springframework.web.servlet.PageNotFound错

Spring-mvc web项目,用intellij 14把项目部署到tomcat上后,访问web时返回404,控制台报 org.springframework.web.servlet.PageNotFound noHandlerFound
警告: No mapping found for HTTP request with URI [/test/doTest.do] in DispatcherServlet with name 'dispatchServlet'

之前是在intellij 17上写的,可以正常访问,而且在eclipse上试了试部署,也可以正常访问, 为什么intellij 14会出这么恶心的问题

看看log是否扫描到了test/doTest,不行就贴项目结构和dispatcherServlet配置文件看看

问题已解决,开发工具的原因