2021-12-11 14:48:40 -05:00
|
|
|
## 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](https://www.baeldung.com/spring-mvc-custom-validator)
|
|
|
|
- [Using Spring @ResponseStatus to Set HTTP Status Code](https://www.baeldung.com/spring-response-status)
|
|
|
|
- [Spring MVC and the @ModelAttribute Annotation](https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
|
|
|
|
- [The HttpMediaTypeNotAcceptableException in Spring MVC](https://www.baeldung.com/spring-httpmediatypenotacceptable)
|
2022-01-08 06:21:06 -05:00
|
|
|
- [Spring @RequestParam Annotation](https://www.baeldung.com/spring-request-param)
|
|
|
|
- [Spring @RequestParam vs @PathVariable Annotations](https://www.baeldung.com/spring-requestparam-vs-pathvariable)
|
2021-12-11 14:48:40 -05:00
|
|
|
- More articles: [[<-- prev]](../spring-mvc-basics-4)
|