您的位置: 首页 > IT文章 > org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON 分类: IT文章 • 2024-05-19 21:28:43 原因: JavaBean类Image中有一个属性类型刚开始设置成int类型,生成getter/setter方法后,又将其改成了Integer类型,结果就出现了上述情况