context type 'application/json;charset=UTF-8' not supported, 浏览器响应415,已解决
Posted 莫提默
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了context type 'application/json;charset=UTF-8' not supported, 浏览器响应415,已解决相关的知识,希望对你有一定的参考价值。
报错信息
服务器端:
context type \'application/json;charset=UTF-8\' not supported
浏览器响应:
原因 和 背景描述 以及环境介绍
背景,浏览器端ajax发送一个json数据,服务器端SpringMVC接收请求并用一个对象装这个json数据。
原因,大致意思是:maven确实引入了jackson相关依赖,但部署里边没有,所以还是没用。这是一个工具的问题,不是自己代码写错导致的问题。
环境介绍:IDEA2018。jackson2.12.1和springMVC5.3.1组合能用。
解决办法
提示:一定要看到lib文件夹是选中状态再点加号。不然整个module从灰色变成黄色,解决办法文末有链接。
参考连接
和我遇到的问题有关 spring4.x引入jackson的maven依赖出现的问题 https://blog.csdn.net/Crystalyh22/article/details/80061166 跟着上面连接的文章操作中遇到错误,可能用到的文章 IntelliJ IDEA 项目中不小心把文件设置 Excluded 怎么恢复成原来的文件夹? https://blog.csdn.net/zjj1213/article/details/101025811 其他高质量相同问题解决方案 Content type \'application/json;charset=UTF-8\' not supported https://blog.csdn.net/dancingCherr/article/details/104200844 https://www.baeldung.com/spring-415-unsupported-mediatype springmvc接收参数异常application/json not supported https://www.weizhixi.com/article/5.html Content type \'application/json;charset=UTF-8\' not supported异常的解决过程 https://www.cnblogs.com/qcq0703/p/13743738.html
以上是关于context type 'application/json;charset=UTF-8' not supported, 浏览器响应415,已解决的主要内容,如果未能解决你的问题,请参考以下文章
No context type was found in the assembly 'xxx.xxxx'. CodeFirst Ef错误
Spring Boot 报错 o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applica
记一次apisix编译报错:size of C type is unknown or too large at line 39, context: init_worker_by_lua*
记一次apisix编译报错:size of C type is unknown or too large at line 39, context: init_worker_by_lua*