Azrael-zlf 2016-01-27 10:08 采纳率: 0%
浏览 1414

关于spring mvc注解的使用,运行tomcat时出错

spring-mvc.xml的代码

    <!--开启注解扫描 -->
<context:component-scan base-package="com.tarena"/>

<!--开启MVC注解扫描 -->
<mvc:annotation-driven/>

<!--定义视图解析器ViewResolver -->
<bean id="viewResolver"
    class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property name="prefix" value="/WEB-INF/"/>
    <property name="suffix" value=".jsp"/>
</bean>

页面的代码

package com.tarena.web;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
@Controller
@RequestMapping("/demo")
public class HelloController {
@RequestMapping("/hello.do")
public ModelAndView hello(HttpServletRequest request,
HttpServletResponse response) throws Exception {
System.out.println("Hello, Controller.");
return new ModelAndView("jsp/hello");
}
}

web.xml的代码


springmvc

org.springframework.web.servlet.DispatcherServlet


contextConfigLocation
classpath:spring-mvc.xml

1


springmvc
*.do

  • 写回答

7条回答

  • Azrael-zlf 2016-01-27 10:10
    关注

    图片说明web.xml的代码

    评论

报告相同问题?

悬赏问题

  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘