web.xml文件配置:

org.springframework.web.servlet.PageNotFound  No mapping found for HTTP request with URI [/AssetRepair/assetRepairController/test.do] in DispatcherServlet with name 'assetrepair'

 

xxx-servlet.xml

org.springframework.web.servlet.PageNotFound  No mapping found for HTTP request with URI [/AssetRepair/assetRepairController/test.do] in DispatcherServlet with name 'assetrepair'

我们可以发现DispatcherServlet会处理“jsp”后缀的请求;而模型视图后缀也是jsp的

如果这样配置会报以下错误:

org.springframework.web.servlet.PageNotFound  No mapping found for HTTP request with URI [/AssetRepair/assetRepairController/test.do] in DispatcherServlet with name 'assetrepair'

 

相关文章:

  • 2022-01-02
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-11-30
  • 2022-03-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-08-29
  • 2022-12-23
  • 2021-06-25
  • 2021-06-14
相关资源
相似解决方案