Improve your Spring MVC configuration and rest mapping skills
This webapp provides a simple REST API for Account
. The data is stored using in-memory fake DAO. Your job is to
configure Spring MVC application and implement AccountRestController. In order to complete the task, please
follow the instructions in the todo section
To verify your configuration, run AccountRestControllerTest.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