Hi All,
Could you help figure out how to better write the program to get rid of the problem given below and also in the subject line
"No mapping found for HTTP request with URI [/jsp/execLanding.jsp] in DispatcherServlet with name 'dispatcherServlet'
My program is done in the spring boot in STS
IDE. Made a sample web mvc program using start.spring.io and importing the resultant
maven project into STS workspace.
The following are the different components :--
What more do I have to do to get
tomcat server make the DispatcherServlet to direct to the execLanding.jsp as sought by me.
Regards