SpringMVC3.2 resolves the data long accuracy loss problem when the PO returns to the foreground to JSON

Source: Internet
Author: User

SpringMVC3.2 resolves the data long accuracy loss problem when the PO returns to the foreground to JSON

Scheme

1. Customizing a Jackson JSON conversion class

 Public classLongtostringadapterextendsObjectmapper {Private Static Final LongSerialversionuid = 4402127997078513582L;  PublicLongtostringadapter () {Super(); Simplemodule Simplemodule=NewSimplemodule (); Simplemodule.addserializer (Long.class, tostringserializer.instance);        Simplemodule.addserializer (Long.type, tostringserializer.instance);  This. Registermodule (Simplemodule); }}
View Code

2, configure to the Springmvc file can be

  <Mvc:annotation-drivenConversion-service= "Conversionservice">        <mvc:message-converters>             <Beanclass= "Org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">                 < Propertyname= "Objectmapper">                      <!--<bean class= "Com.fasterxml.jackson.databind.ObjectMapper" > -                    <Beanclass= "MyPackage." Longtostringadapter ">                        < Propertyname= "DateFormat">                              <Beanclass= "Java.text.SimpleDateFormat">                                  <Constructor-argtype= "Java.lang.String"value= "Yyyy-mm-dd HH:mm:ss" />                              </Bean>                          </ Property>                      </Bean>                  </ Property>           </Bean>        </mvc:message-converters>      </Mvc:annotation-driven>
View Code

SpringMVC3.2 resolves the data long precision loss problem when the PO returns to JSON in the foreground

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.