MySQL의 중국 정상 왜곡 및 쿼리 솔루션을 MyBatis로

이 솔루션은 스프링 mvc.xml 파일에 추가

<mvc:annotation-driven>
        <mvc:message-converters>
            <bean class="org.springframework.http.converter.StringHttpMessageConverter">
                <property name="supportedMediaTypes">
                    <list>
                        <value>application/json;charset=UTF-8</value>
                        <value>text/html;charset=UTF-8</value>
                    </list>
                </property>
            </bean>
        </mvc:message-converters>
    </mvc:annotation-driven>

몇 가지 솔루션의 여러 수준이 완료 될 요약을 왜곡

추천

출처www.cnblogs.com/zxcoder/p/11898403.html