首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

@Controller 和WARN No 地图ping found for HTTP request with URI

2013-03-19 
@Controller 和WARN No mapping found for HTTP request with URISpringMVC 的 Controller 类名上 如果没

@Controller 和WARN No mapping found for HTTP request with URI

SpringMVC 的 Controller 类名上 如果没加?@Controller? 注解,那么该Controller类中的方法和方法对应的uri就不能被找到

?

WARN No mapping found for HTTP request with URI [/ehr/application/fee/fee-input.do] in DispatcherServlet with name 'spring-mvc'

?

?

@Controller
public class FeeController?? extends ApplicationController{

……
?}

热点排行