今天前端提交数据的时候,不知道为啥报了415错误 jquery.js:4 POST http://localhost:8000/addTypeSubmit 415 (Unsupported Media Type) HTTP Status 415 -
type Status report
message
description The server refused this request because the request entity i…
一 概述 错误信息 Could not extract response: no suitable HttpMessageConverter found for response type [cn.justme.sboot.entity.BaseResp<java.lang.String>] and content type [text/plain;charsetUTF-8] 二 解决方法 增加配置 Beanpublic MappingJackson2HttpMe…