问答详情
源自:6-2 项目搭建实战

第一次玩springboot

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Sun Nov 26 18:38:22 GMT+08:00 2017 There was an unexpected error (type=Not Found, status=404). No message available   这是什么错误啊

提问者:qq_前行_11 2017-11-26 18:40

个回答

  • 慕尼黑3597250
    2017-11-28 11:37:19

    也有可能是在构建springboot项目时,没有将页面的依赖勾选。

  • qq_前行_11
    2017-11-26 19:05:02

    知道了 controller放的位置不对。应该放到启动类里边