Hi All,
I am running my spring Hello World application on Eclipse Mars but I am finding below error.
org.springframework.web.servlet.DispatcherServlet noHandlerFound
WARNING: No mapping found for HTTP request with URI [/HelloWorld/hello] in DispatcherServlet with name 'dispatcher'
web.xml is as below
and dispatcher-servlet.xml is like below
and controller class is like below
Application is running on Eclipse MARS
web server is tomcat8.0