Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 422 Bytes

mvc-content-neg

Demonstration application showing the use of Content Negotiation with Spring MVC, REST and HTTP Message Converters.

The most interesting files are:

AccountController showing the use of @RequestMapping methods with produces property.

mvc-config.xml showing the underlying configuration in XML.

mvc-java-config.xml which uses Java Configuration instead, via the MvcConfiguration class.