859e91538a
* add hexagonal architecture example project * rename class * add unit test and integration test * add new line * reorder pom * remove maven wrapper * [BAEL-5649] add article code * remove files added by mistake * get parameter type using reflection and serioalize JSON into POJOs * clean code * clean code * reformat * implement PR feedback * reformat with contiunation space eq to 2 * replace UserDto with firstName and lastName |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring MVC Basics
This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have their own module.
The Course
The "REST With Spring" Classes: https://bit.ly/restwithspring
Relevant Articles:
- Spring MVC Custom Validation
- Using Spring @ResponseStatus to Set HTTP Status Code
- Spring MVC and the @ModelAttribute Annotation
- The HttpMediaTypeNotAcceptableException in Spring MVC
- Spring @RequestParam Annotation
- Spring @RequestParam vs @PathVariable Annotations
- @RequestMapping Value in Properties File
- More articles: [<-- prev]