java-tutorials/spring-mvc-basics-2/README.md

13 lines
557 B
Markdown
Raw Normal View History

=========
## 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)
- [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)