<mvc:annotation-driven>
? ? ? ? <mvc:message-converters register-defaults="true">
? ? ? ? ? ? <!-- 配置Fastjson支持 -->
? ? ? ? ? ? <bean class="com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter">
? ? ? ? ? ? ? ? <property name="supportedMediaTypes">
? ? ? ? ? ? ? ? ? ? <list>
? ? ? ? ? ? ? ? ? ? ? ? <value>text/html;charset=UTF-8</value>
? ? ? ? ? ? ? ? ? ? ? ? <value>application/json</value>
? ? ? ? ? ? ? ? ? ? </list>
? ? ? ? ? ? ? ? </property>
? ? ? ? ? ? ? ? <property name="features">
? ? ? ? ? ? ? ? ? ? <list>
? ? ? ? ? ? ? ? ? ? ? ? <value>WriteMapNullValue</value>
? ? ? ? ? ? ? ? ? ? ? ? <value>QuoteFieldNames</value>
? ? ? ? ? ? ? ? ? ? </list>
? ? ? ? ? ? ? ? </property>
? ? ? ? ? ? </bean>
? ? ? ? </mvc:message-converters>
? ? </mvc:annotation-driven>
?
然后加上 fastjson1.1.39.jar