Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created August 1, 2012 15:24
Show Gist options
  • Save jhiemer/3227791 to your computer and use it in GitHub Desktop.
Save jhiemer/3227791 to your computer and use it in GitHub Desktop.
<bean id="jsonConverter" class="org.springframework.http.converter.json.MappingJacksonHttpMessageConverter">
<property name="supportedMediaTypes" value="application/json" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment