Spring出现Exception Processing ErrorPage[errorCode=0, location=/error]错误但不影响项目启动。

导致springboot默认的错误处理不起作用。一直是tomcat默认的错误页面。不出现下面的404页面。
SpringBoot出现Exception Processing ErrorPage[errorCode=0, location=/error]原因:
使用的springboot版本偏高。使用2.0.4.RELEASE的springboot就可以。

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2022-01-11
  • 2022-12-23
  • 2021-12-27
  • 2021-11-01
  • 2021-10-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-04-12
相关资源
相似解决方案