记录学习springboot遇到的问题
新建一个springboot项目
Whitelabel Error PageThere was an unexpected error (type=Not Found, status=404)问题解决运行,访问localhost:8080/hello,出现错误
Whitelabel Error PageThere was an unexpected error (type=Not Found, status=404)问题解决究其原因就是 springboot默认机制下是类要放在Application下,不然扫描不到,建议初学者还是老老实实按默认机制的来,这样出错的概率会低很多
Whitelabel Error PageThere was an unexpected error (type=Not Found, status=404)问题解决
这样就可以啦
Whitelabel Error PageThere was an unexpected error (type=Not Found, status=404)问题解决

相关文章:

  • 2021-04-25
  • 2022-01-06
  • 2022-12-23
  • 2021-07-21
  • 2021-04-07
  • 2021-08-12
  • 2021-04-07
猜你喜欢
  • 2021-09-24
  • 2021-09-12
  • 2021-11-17
  • 2021-11-17
  • 2022-12-23
  • 2021-05-16
相关资源
相似解决方案