慕UI8279037
2016-07-08 16:28
1600 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - DispatcherServlet with name 'mvc-dispatcher' processing GET request for [/courses/view]
1600 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - DispatcherServlet with name 'mvc-dispatcher' processing GET request for [/courses/view]
1602 [qtp1743310468-14] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Looking up handler method for path /courses/view
1602 [qtp1743310468-14] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Looking up handler method for path /courses/view
1602 [qtp1743310468-14] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Did not find handler method for [/courses/view]
1602 [qtp1743310468-14] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Did not find handler method for [/courses/view]
1603 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Matching patterns for request [/courses/view] are [/**]
1603 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Matching patterns for request [/courses/view] are [/**]
1603 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - URI Template variables for request [/courses/view] are {}
1603 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - URI Template variables for request [/courses/view] are {}
1604 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapping [/courses/view] to HandlerExecutionChain with handler [org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@603d6637] and 1 interceptor
1604 [qtp1743310468-14] DEBUG org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapping [/courses/view] to HandlerExecutionChain with handler [org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@603d6637] and 1 interceptor
1604 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Last-Modified value for [/courses/view] is: -1
1604 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Last-Modified value for [/courses/view] is: -1
1609 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling
1609 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling
1609 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Successfully completed request
1609 [qtp1743310468-14] DEBUG org.springframework.web.servlet.DispatcherServlet - Successfully completed request
@AutoWired有没有配好?
需要贴你的源码看下啊
Null ModelAndView returned to DispatcherServlet with name 'mvc-dispatcher': assuming HandlerAdapter completed request handling
这个错误提示,好像是说你的返回没有指定到已知的页面,你可以查看下springMVC的配置是否正确,然后,controller的方法返回的页面名称是否存在
Spring MVC起步
195953 学习 · 606 问题
相似问题