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

java sping mvc404 问题

java sping mvc404 问题

白衣染霜花 2018-12-06 16:32:38
dispatcher-servlet.xml 文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> <!--component-scan就是告诉Servlet去哪里找到相应的Controller--> <context:component-scan base-package="controllers"/> <!--视图解析器--> <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <!-- 视图的路径 --> <property name="prefix" value="/WEB-INF/View/Hello/"/> <!-- 视图名称后缀 --> <property name="suffix" value=".jsp"/> </bean> </beans>
查看完整描述

4 回答

?
largeQ

TA贡献2039条经验 获得超7个赞

是不是少了项目名啊

查看完整回答
反对 回复 2018-12-16
?
GCT1015

TA贡献1827条经验 获得超4个赞

需要项目名吧.应该是localhost:9999/项目名/Hello/index。【而且注意一下DispatcherServlet那里的url-pattern配置】

查看完整回答
反对 回复 2018-12-16
?
慕勒3428872

TA贡献1848条经验 获得超6个赞

<property name="prefix" value="/WEB-INF/View/Hello/"/> web-inf 不要

查看完整回答
反对 回复 2018-12-16
  • 4 回答
  • 0 关注
  • 511 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信