spring-boot/spring-boot-samples/spring-boot-sample-hateoas
Andy Wilkinson 1f92360583 Ensure that HATEOAS sample does not try to produce XML
The HATEOAS sample does not support XML responses. Previously, the
controller doesn't constrain the media types that it could produce.
This would result in a failure when handling a request that prefers
XML responses.

This commit updates the produces clauses in the controller so that
the sample will only attempt to produce JSON.

Closes gh-4343
2015-10-30 09:17:34 +00:00
..
src Ensure that HATEOAS sample does not try to produce XML 2015-10-30 09:17:34 +00:00
pom.xml Next Development Version 2015-10-16 05:57:24 -07:00