标签:
Spring 4.x
The first major version of Jackson is no longer supported in Spring 4. The class you want to use is now org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
. Make sure that you have com.fasterxml.jackson.core/jackson-core/2.x.x on your classpath.
标签:
原文地址:http://www.cnblogs.com/exmyth/p/4337255.html