Improve your Spring MVC configuration and controller mapping skills
This is a typical Spring MVC application with JSP pages. Your job is to configure dispatcher servlet initializer
separating root and web contexts, configure ViewResolver
for JSP views, and implement two controllers
WelcomeController
and AccountController
To verify your configuration, run all tests from test package of this module
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