2019-12-15 04:50:35 -05:00
|
|
|
## Spring MVC Basics
|
2019-10-31 21:43:47 -04:00
|
|
|
|
2019-12-15 04:50:35 -05:00
|
|
|
This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have
|
|
|
|
their own module.
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-11-27 21:40:49 -05:00
|
|
|
- [Quick Guide to Spring Controllers](http://www.baeldung.com/spring-controllers)
|
|
|
|
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [Model, ModelMap, and ModelView in Spring MVC](http://www.baeldung.com/spring-mvc-model-model-map-model-view)
|
2019-11-27 21:40:49 -05:00
|
|
|
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
|
2019-12-15 04:50:35 -05:00
|
|
|
- [[<-- Prev]](/spring-mvc-basics)
|