How does Jackson serialization BigDecimal disable scientific notation?

now the ObjectMapper of the backend is set in this way, but the problem of 0-E8 will still occur when returning to the front end. Jackson should provide this feature, right?

clipboard.png

May.22,2021

objectMapper.enable (WRITE_BIGDECIMAL_AS_PLAIN);

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b9ee-2c29e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b9ee-2c29e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?