Could not find acceptable representation原因及解决方法

8,517 阅读1分钟

tags: 解决错误, title: Could not find acceptable representation原因及解决方法


Spring Boot: HttpMediaTypeNotAcceptableException: Could not find acceptable representation原因及解决方法:

今天在写项目的时候出现了这个问题,上网查了一下资料。主要是以下两种情况:

  • json开发包没有导入
  • 静态资源和我们的REST API冲突了。

后来,我弄了一下,都不是上面两种情况。

最后发现是由于在跳转的时候,Web服务器的路径改变了。导致一些本来能够加载的静态资源,现在加载不到了。

最后改写了路径,就没有这个错误了。

如果您觉得这篇文章帮助到了您,可以给作者一点鼓励