Whitelabel Error Page

匿名 (未验证) 提交于 2019-12-02 22:56:40

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

Sun Sep 23 11:54:36 CST 2018
There was an unexpected error (type=Not Found, status=404).
No message available
是浏览器的访问路径没填对
比如说这是你的controller 里面写的访问路径
@RequestMapping(value = {"/hello","/hi"} ,method = RequestMethod.GET)
这时访问localhost:8080/springboot/hi
就会报这个错,应该访问http://localhost:8080/hi

文章来源: Whitelabel Error Page
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!