2019-10-31 21:43:47 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Spring MVC Basics with Java Configuration Example Project
|
|
|
|
|
|
|
|
### 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)
|