写了个登陆功能 进入页面之前报错
14:05:46,468 DEBUG DispatcherServlet:819 - DispatcherServlet with name 'dispatcher' processing GET request for [/sdgh/index.do]
14:05:46,468 WARN PageNotFound:1080 - No mapping found for HTTP request with URI [/sdgh/index.do] in DispatcherServlet with name 'dispatcher'
14:05:46,468 DEBUG DispatcherServlet:913 - Successfully completed request
14:05:46,468 DEBUG DefaultListableBeanFactory:245 - Returning cached instance of singleton bean 'sqlSessionFactory'
大神给解释一下
4 个解决方案
#1
这只是一个警告吧了。
#2
页面不现实 404错误
#3
PageNotFound:1080 - No mapping found for HTTP request with URI [/sdgh/index.do] in DispatcherServlet with name 'dispatcher'路径问题,日志文件做的不好,错误就配置error。
#4
还是不懂呀 我没用过springmvc+ibatis,解释一下
#1
这只是一个警告吧了。
#2
页面不现实 404错误
#3
PageNotFound:1080 - No mapping found for HTTP request with URI [/sdgh/index.do] in DispatcherServlet with name 'dispatcher'路径问题,日志文件做的不好,错误就配置error。
#4
还是不懂呀 我没用过springmvc+ibatis,解释一下