java - MappingJacksonHttpMessageConverter not found with Spring4 - Stack Overflow
There's a newer version of that class in Spring 4: use org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
(note the '2').
In my REST servlet's Spring config file I have it configured as follows (I added my custom objectMapper to it, but you can just omit that):
Read full article from java - MappingJacksonHttpMessageConverter not found with Spring4 - Stack Overflow
No comments:
Post a Comment