404

Posted pycrab

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了404相关的知识,希望对你有一定的参考价值。

问题原因

地址填的adduser,Controller类中写的是@RequestMapping(value="/addUser"),大小写不一致。

问题解决

检查URL填写与Controller类中的URL映射是否一致。

Bug重现

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

Thu Mar 14 10:17:30 CST 2019
There was an unexpected error (type=Not Found, status=404).
No message available

以上是关于404的主要内容,如果未能解决你的问题,请参考以下文章