为了账号安全,请及时绑定邮箱和手机立即绑定

404错误,求大神解答

Type Status Report

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.


完全按照老师讲的一步一步配置的,结果出现这种错误,服务器正常启动,没有报错

正在回答

2 回答

。。。。。。。


0 回复 有任何疑惑可以回复我~

ssh整合出现的404大多是监听器配置问题     

<!-- 配置Spring框架核心的监听器 -->

    <listener>

        <listener-class>org.springframework.web.context.ContextLoaderListener </listener-class>     

    </listener>

    <context-param>

        <param-name>contextConfigLocation</param-name>

          <!-- 该路径以webRoot作为根路径  默认/WEB-INF/ -->

        <param-value>classpath:applicationContext.xml</param-value>

    </context-param>

而classpath:就是src目录下的配置文件


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

404错误,求大神解答

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信