Some README rendering corrections

Corrected sections without spaces
Best practice: add newline after section header
This commit is contained in:
Martin van Wingerden
2019-10-25 14:14:04 +02:00
committed by Martin van Wingerden
parent 1acf4e6c42
commit b6de1ffbe1
17 changed files with 44 additions and 17 deletions

View File

@@ -2,10 +2,12 @@
This module contains articles about Spring MVC with XML configuration
###The Course
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
- [Java Session Timeout](https://www.baeldung.com/servlet-session-timeout)
- [Returning Image/Media Data with Spring MVC](https://www.baeldung.com/spring-mvc-image-media-data)
- [Geolocation by IP in Java](https://www.baeldung.com/geolocation-by-ip-with-maxmind)
@@ -17,4 +19,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Debugging the Spring MVC 404 “No mapping found for HTTP request” Error](https://www.baeldung.com/spring-mvc-404-error)
## Spring MVC with XML Configuration Example Project
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`