* BAEL-1216: improve tests * BAEL-1448: Update Spring 5 articles to use the release version * Setting up the Maven Wrapper on a maven project * Add Maven Wrapper on spring-boot module * simple add * BAEL-976: Update spring version * BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView) * Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple * BAEL-1285: Update Jackson articles * BAEL-1273: implement both MVC and Rest approach to serve RSS content
=========
Spring MVC with Java Configuration Example Project
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Spring Bean Annotations
 - Introduction to Pointcut Expressions in Spring
 - Introduction to Advice Types in Spring
 - A Guide to the ViewResolver in Spring MVC
 - Integration Testing in Spring
 - Spring JSON-P with Jackson
 - A Quick Guide to Spring MVC Matrix Variables
 - Intro to WebSockets with Spring
 - File Upload with Spring MVC
 - Spring MVC Content Negotiation
 - Circular Dependencies in Spring
 - Introduction to HtmlUnit
 - Spring @RequestMapping New Shortcut Annotations
 - Guide to Spring Handler Mappings
 - Uploading and Displaying Excel Files with Spring MVC
 - Spring MVC Custom Validation
 - web.xml vs Initializer with Spring
 - The HttpMediaTypeNotAcceptableException in Spring MVC