原文:springboot2.4.3-org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation

springboot . . 在返回json字符串时可以直接使用 restcontroller注解。 但是却遇到type Not Acceptable, status 这个错误,IDEA控制台报警告:org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representatio ...

2021-03-16 19:25 0 1206 推荐指数:

查看详情

[排错] SpringBoot 警告 Could not find acceptable representation

环境 Java 1.8 SpringBoot 2.1.9 Java 接口代码 请求路径 警告信息 这句话翻译过来就是 "找不到可接受的表示" 可以理解为浏览器找不到合适的类型来显示请求接口的返回值? 然后问题是出在 这段代码 ...

Thu Nov 14 23:08:00 CST 2019 0 1139
Could not find acceptable representation

引起的原因: 由于设置了@ResponseBody,要把对象转换成json格式,缺少转换依赖的jar包,故此错。 解决办法: 加入依赖的jar,jackson-core ...

Tue Aug 05 06:11:00 CST 2014 1 22116
Could not find acceptable representation

报了一个这个异常: 通过这篇文章找到了“favorPathExtension”关键字, Spring Boot完美解决(406)Could not find acceptable representation原因及解决方法 进而找到了这篇文章中的方法,解决了问题 SpringMVC ...

Tue Jan 23 04:31:00 CST 2018 0 1293
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM