Results
Running the Application
Now, running the app is quite simple enough.
- Right click on the project.
- Go to the Run As-> Maven built
- Run the mvn command to download all dependent JARs.
- Run Tomcat server
- Go to the browser and enter the following URL:
http://localhost:8080/SpringMVC/
- The port number might be different in your case. Please have a look at the tomcat log in console for that.
The ScreenShots below gives a clear information: