Http Message Converters with the Spring Framework | Baeldung
This article describes how to Configure HttpMessageConverter in Spring.
Simply put, message converters are used to marshall and unmarshall Java Objects to and from JSON, XML, etc – over HTTP.
2. The Basics
2.1. Enable Web MVC
The Web Application needs to be configured with Spring MVC support – one convenient and very customizable way to do this is to use the @EnableWebMvc annotation:
Read full article from Http Message Converters with the Spring Framework | Baeldung
No comments:
Post a Comment