Improve your Spring MVC configuration skills
The task is to configure a typical Spring MVC application separating web and root configs. Your job is to follow the instructions in the todo section and implement a proper configuration.
To verify your configuration, run WelcomeWebAppTest.java
You're supposed to be familiar with Spring MVC
- Just clone the repository and start implementing the todo section, verify your changes by running tests
- If you don't have enough knowledge about this domain, check out the links below
- Don't worry if you got stuck, checkout the exercise/completed branch and see the final implementation