fastjson2 icon indicating copy to clipboard operation
fastjson2 copied to clipboard

[BUG]Fastjson2Encoder

Open OnceCrazyer opened this issue 3 months ago • 2 comments

webFlux中 使用 2.0.57版本的 com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder encoder = new com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Encoder(objectMapper, fastJsonConfig); com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Decoder decoder = new com.alibaba.fastjson2.support.spring6.http.codec.Fastjson2Decoder(objectMapper, fastJsonConfig); 上传文件正常,更新到2.0.59版本使用最新的

Image 上传文件会报错误 Image

OnceCrazyer avatar Sep 24 '25 09:09 OnceCrazyer

你需要设置mimeTypes 以限制fastjson2 codec的处理范围,如设置MediaType.APPLICATION_JSON以声明fastjson2 codec仅处理json格式的数据

rowstop avatar Sep 25 '25 01:09 rowstop

已修复,请期待最新版本

mengnankkkk avatar Sep 27 '25 09:09 mengnankkkk