[BAEL-17476] - Final edits for Add README descriptions

This commit is contained in:
Sjmillington
2019-12-15 09:50:35 +00:00
parent b15d47bc9a
commit b339c10eb8
13 changed files with 27 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
=========
## Spring MVC Basics
## Spring MVC Basics with Java Configuration Example Project
This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have
their own module.
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
@@ -10,3 +11,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [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)
- [Spring Web Contexts](http://www.baeldung.com/spring-web-contexts)
- [[<-- Prev]](/spring-mvc-basics)