亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

項目start后,訪問頁面的時候報404錯誤

項目start后,訪問頁面的時候報404錯誤

洋蔥丶騎士 2016-03-28 21:18:37
求助求助我的springMVC如下:<?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" ???????xmlns:mvc="http://www.springframework.org/schema/mvc" ???????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?http://www.springframework.org/schema/mvc?http://www.springframework.org/schema/mvc/spring-mvc.xsd"> ????<!--自動掃描控制器--> ????<context:component-scan?base-package="com.dsc.ssm.controller"/> ????<!--視圖渲染--> ????<!--控制器映射器和控制器適配器--> ????<mvc:annotation-driven></mvc:annotation-driven> ???? ????<mvc:resources?mapping="/resources/**"?location="/reources/"></mvc:resources> ????<bean?id="internalResourceViewResolver"?class="org.springframework.web.servlet.view.InternalResourceViewResolver"> ????????<property?name="prefix"?value="/WEB-INF/views/"/> ????????<property?name="suffix"?value=".jsp"/> ????</bean> </beans>Controller如下:@Controller public?class?HelloController?{ ????@RequestMapping("/hello") ????public?ModelAndView?hello(){ ????????ModelAndView?mv?=?new?ModelAndView("hello"); ????????mv.addObject("spring","spring?mvc"); ????????mv.setViewName("hello"); ????????return?mv; ????} }hello.jsp的目錄在
查看完整描述

1 回答

?
HansonQ

TA貢獻223條經驗 獲得超56個贊

這樣貼代碼 沒法看啊

查看完整回答
反對 回復 2016-03-29
  • 1 回答
  • 0 關注
  • 1662 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號