I have been trying to write basic spring mvc program just to show a static html page. I am experiencing an error which I am unable to resolve as this is my first spring-mvc program. I am using spring5.15 and apache tomcat9. I am trying to run my code but always getting exception below:
Few pointers that I would like to add: 1. I am not using maven or any dependency management tool. 2. I am adding all the jars …