We have set gson for preferred-json-mapper. We have added Gson as dependency of our project. But still Jackson was used. During debug I have found: public AllEncompassingFormHttpMessageConverter() { addPartConverter(new SourceHttpMessageConverter<Source>()); if (jaxb2Present && !jackson2XmlPr...
“ ApiBoot”是为接口服务而生的,基于“ SpringBoot”完成扩展和自动配置,内部封装了一系列的开箱即用Starters。 - 修改preferred-json-mapper配置的前置为spring.mvc.converters · minbox-projects/api-boot@98a219f
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na] 2023-05-26T15:54:37.501+02:00 ERROR 12316 --- [nio-8080-exec-1] s.e.ErrorMvcAutoConfiguration$StaticView : Cannot render error page for request [/jsonb] as the response has already been committed. As a result, the resp...