错误信息:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Fri Nov 01 10:35:00 CST 2019
There was an unexpected error (type=Not Found, status=404).
No message available

错误截图:
控制台未报错,但是访问页面报错。
SpringBoot启动前端工程报错-Whitelabel Error Page

解决方案:

  1. 打开下拉菜单,点击Edit Configurations
    SpringBoot启动前端工程报错-Whitelabel Error Page
  2. 选中我们的前端工程,点击右边的Environment展开选项;
  3. Working directory选中第三个选项$ MODULE_WORKING_DIR$
    SpringBoot启动前端工程报错-Whitelabel Error Page

相关文章:

  • 2021-04-23
  • 2021-08-15
  • 2021-06-14
  • 2021-07-17
  • 2021-10-24
  • 2021-05-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-10-15
  • 2021-05-20
  • 2022-12-23
  • 2022-01-06
相关资源
相似解决方案