lucifer_li6 2012-08-17 18:52
浏览 247
已采纳

初学SpringMVC

web.xml:
<?xml version="1.0" encoding="UTF-8"?>

SpringTest


contextConfigLocation
/WEB-INF/spring-servlet.xml


org.springframework.web.context.ContextLoaderListener


spring
org.springframework.web.servlet.DispatcherServlet
1


spring
*.do


index.html

spring-servlet.xml:

<?xml version="1.0" encoding="UTF-8"?>
xmlns:context="http://www.springframework.org/schema/context"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.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-3.0.xsd">

  <mvc:annotation-driven />

 <context:component-scan base-package="com.spring.mvc" />

 <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver" p:prefix="/WEB-INF/view/" p:suffix=".jsp" />

Constroller:

package com.spring.mvc;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;

@Controller
public class RestConstroller {

public RestConstroller() { }

 @RequestMapping(value = "/welcome", method = RequestMethod.GET)
 public String registPost() {

  return "welcome";

 }

}

报错:
2012-8-17 18:04:01 org.springframework.web.servlet.DispatcherServlet noHandlerFound
警告: No mapping found for HTTP request with URI [/SpringTest/welcome.do] in DispatcherServlet with name 'spring'

按教程上面写的,试过几次就是有问题

  • 写回答

3条回答 默认 最新

  • jinnianshilongnian 2012-08-17 20:49
    关注

    你的这个配置 没问题啊!

    clean下服务器,重启试试,如果还是不行,把详细的log写出来、还有你的代码最好打个包发上来

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)