SPRINGMVC return JSON garbled problem

Source: Internet
Author: User

Many times encountered this problem, springmvc back to the front end of the JSON string, Chinese is always garbled, every time to go to the previous code to see the solution, it is necessary to make a note to remember this problem.

Workaround:

In the method note, add the following:

@RequestMapping (value = "/auditingselector", produces = "application/json;charset=utf-8")

Where Application/json indicates that the JSON format is returned

Text/html indicates that a string or Web page content is returned.

Add this after basically should not appear garbled problem, this is based on the premise of the configuration encoding filter.

SPRINGMVC return JSON garbled problem

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.