Skip to content

Demonstrates use of Content Negotiation with Spring MVC

Notifications You must be signed in to change notification settings

VSaliy/mvc-content-neg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demonstrates use of Content Negotiation with Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.1%
  • CSS 4.9%