问答详情
源自:3-5 Hello Spring MVC

出现404错误


HTTP ERROR 404

Problem accessing /hello/mvc. Reason:

   Not Found


Powered by Jetty://


提问者:慕移动0067636 2017-01-20 17:37

个回答

  • er路
    2017-07-07 21:58:44

    你看下controller那个代码是不是跑到其他地方了


  • 大飞007
    2017-02-14 21:54:42

    用的Tomcat还是jetty?

    如果是jetty:[INFO] Started Jetty Server这句话有没有?如果有的话检查下路径配置,注意"/"的应用,多或者少

  • 慕移动0067636
    2017-01-22 20:15:44

    我完全按照老师那样写

  • kuerwang
    2017-01-21 23:11:17

    要么服务没起来,要么你的url写的有问题