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);

Menu