08 2023 档案
摘要:jackjson自动丢弃了小数位最末尾的0 private BigDecimal price; price=12.10; 返回自动转为了12.1 解决方案 1: 返回字段都用字符串 2:BigDecimal序列化自定义处理 package com.lenovo.lps.cost.integrator
阅读全文
摘要:SpringBooot 2.5.12 package com.lenovo.lps.cost.servicecto.config; import org.springframework.context.annotation.Bean; import org.springframework.conte
阅读全文