2019-12-16 11:35:04 -05:00
|
|
|
## Spring MVC Basics with Java Configuration Example Project
|
|
|
|
|
|
|
|
### The Course
|
2020-12-24 09:28:59 -05:00
|
|
|
The "REST With Spring" Classes: https://bit.ly/restwithspring
|
2019-12-16 11:35:04 -05:00
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers)
|
2021-02-09 12:44:24 -05:00
|
|
|
- [Model, ModelMap, and ModelAndView in Spring MVC](https://www.baeldung.com/spring-mvc-model-model-map-model-view)
|
2019-12-16 11:35:04 -05:00
|
|
|
- [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts)
|
2022-09-23 06:35:28 -04:00
|
|
|
- [Spring Optional Path Variables](https://www.baeldung.com/spring-optional-path-variables)
|
2020-09-23 22:50:39 -04:00
|
|
|
- [JSON Parameters with Spring MVC](https://www.baeldung.com/spring-mvc-send-json-parameters)
|
2023-05-27 07:17:38 -04:00
|
|
|
- [How to Set JSON Content Type in Spring MVC](https://www.baeldung.com/spring-mvc-set-json-content-type)
|
2021-12-17 08:53:10 -05:00
|
|
|
- [Validating Lists in a Spring Controller](https://www.baeldung.com/spring-validate-list-controller)
|
|
|
|
- More articles: [[<-- prev]](../spring-mvc-basics-3)[[next -->]](../spring-mvc-basics-5)
|