码迷,mamicode.com
首页 > 编程语言 > 详细

Spring 异步返回中文不乱码

时间:2015-04-23 13:48:26      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:produces   method   中文   

  1. @RequestMapping(value = "/queryUser", method = RequestMethod.POST,produces = "text/html;charset=UTF-8")

  2.  <mvc:annotation-driven>

         <mvc:message-converters register-defaults="true">
        <bean class="org.springframework.http.converter.StringHttpMessageConverter">
          <property name="supportedMediaTypes" value = "text/plain;charset=UTF-8" />
        </bean>
       </mvc:message-converters>
       
         </mvc:annotation-driven>

本文出自 “q1021963030c” 博客,请务必保留此出处http://9562336.blog.51cto.com/9552336/1637503

Spring 异步返回中文不乱码

标签:produces   method   中文   

原文地址:http://9562336.blog.51cto.com/9552336/1637503

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!