2019-12-16 11:35:04 -05:00
|
|
|
## Spring MVC Basics with Java Configuration Example Project
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers)
|
|
|
|
- [Model, ModelMap, and ModelView in Spring MVC](https://www.baeldung.com/spring-mvc-model-model-map-model-view)
|
|
|
|
- [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts)
|
|
|
|
- [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)
|
|
|
|
- More articles: [[<-- prev]](/spring-mvc-basics-3)
|