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条)

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作