`

No mapping found for HTTP request with URI… in DispatcherServlet with name

 
阅读更多

1:最近在搭建基于SpringBoot的前端框架,demo启动,请求URL地址,页面显示(demo阶段没有指定404页面)



 然后看看后台日志
No mapping found for HTTP request with URI [/sbsem1/WEB-INF/pages/home.jsp] in DispatcherServlet with name 'dispatcherServlet'

 

 如果你是SpringBoot项目,需要在你WebMvcConfig(集成WebMvcConfigurerAdapter)中需要重写WebMvcConfigurerAdapter的方法。

	@Override
    public void configureDefaultServletHandling(DefaultServletHandlerConfigurer configurer) {
        configurer.enable();
    }

 

重启后,再次调用URL,展示如下,万万没想到,竟然不解析jsp。

 


在项目build.gradle中添加如下配置。

providedRuntime( 'org.apache.tomcat.embed:tomcat-embed-jasper')

  重启中ok了。

 

参考 stackoverflow上的问题

1:JSP file not rendering in Spring Boot web application

2:No mapping found for HTTP request with URI… in DispatcherServlet with name

 

  • 大小: 14 KB
  • 大小: 38.6 KB
分享到:
评论

相关推荐

    delphi 2010升级到xe8后,decodestring汉字出现:No mapping for the.mht

    delphi 2010升级到xe8后,decodestring汉字出现:No mapping for the.mht

    spring MVC No Session found for current thread

    当我们遇到“Spring MVC No Session found for current thread”的错误时,这通常意味着在尝试访问HttpSession对象时,当前线程没有找到相关的session。这个问题可能是由于多种原因导致的,包括配置错误、过滤器设置...

    毕业设计论坛源码jsp-myPlatform:我的平台

    No mapping found for HTTP request with URI [/mypaltform/user] in DispatcherServlet with name 'dispatcher' 暂时认为是配置文件有问题(但是我觉得没问题啊... 感冒了,不想工作... 白天在改吧) Log4j的配置也有...

    Simultaneous Localization and Mapping for Mobile Robots

    Simultaneous Localization and Mapping for Mobile Robots: Introduction and Methods Simultaneous Localization and Mapping for Mobile Robots: Introduction and Methods

    Improved Techniques for Grid Mapping with Rao-Blackwellized Particle Filters.pdf

    本文介绍的论文《Improved Techniques for Grid Mapping with Rao-Blackwellized Particle Filters》详细探讨了基于 RBPFs 的 SLAM 方法,并提出了一系列创新性的改进措施,旨在提高算法的效率和准确性。这些改进...

    Disease Mapping with WINBUG and MLwin

    Disease Mapping with WinBUGS and MLwiN provides a practical introduction to the use of software for disease mapping for researchers, practitioners and graduate students from statistics, public health ...

    _第一课:spring mvc 原理深度解析1

    如果找不到匹配的映射,将会抛出`No mapping found for HTTP request with URI`的异常。 `HandlerAdapter`作为一个适配器,使得不同的控制器方法可以被正确调用,无论它们的实现方式如何。 `ViewResolver`负责解析...

    spring 问题总结实用知识库分享知识分享

    SpringMVC:No mapping found for HTTP request with URI [/account/*] in DispatcherServlet with 在使用 SpringMVC 时,可能会出现请求映射错误。解决方法是,检查 Controller 中的请求映射,确保正确,并且确保...

    Efficient Sparse Pose Adjustment for 2D Mapping.pdf

    Pose graphs have become a popular representation for solving the simultaneous localization and mapping (SLAM) problem. A pose graph is a set of robot poses connected by nonlinear constraints obtained ...

    Informatica 工作流 Mapping Architect for Visio的批量开发

    ### Informatica工作流Mapping Architect for Visio的批量开发 #### 一、概述 本文主要探讨如何利用Informatica的Mapping Architect for Visio插件,在Informatica平台上实现高效的工作流批量设计,尤其是在处理源...

    A mapping package for Matlab_地图工具箱_matlab

    资源名:A mapping package for Matlab_地图工具箱_matlab 资源类型:matlab项目全套源码 源码说明: 全部项目源码都是经过测试校正后百分百成功运行的,如果您下载后不能运行可联系我进行指导或者更换。 适合人群:...

    实战spring mvc

    提供的两个文件,"spring3 MVC实战,手工搭建Spring3项目demo_敲敲代码跳跳舞……_百度空间.mht"和"Spring3中js-css-jpg-gif等静态资源无法找到(No mapping found for HTTP request with URI)问题解决_敲敲代码跳...

    Test Complete的Name Mapping技术

    Name Mapping(名称映射)是Test Complete的一项核心技术,它在自动化测试过程中起到了至关重要的作用。通过Name Mapping,测试工程师可以解决对象识别问题,确保测试脚本能够准确地识别并操作应用程序中的各种元素...

    Improved_Techniques_for_Grid_Mapping_With_Rao-Blac.pdf

    标题中提到的“Improved Techniques for Grid Mapping With Rao-Blackwellized Particle Filters”揭示了研究者们关注的核心问题在于如何改进网格地图构建技术,尤其是使用Rao-Blackwellized粒子滤波器的方法。...

    solidity入门学习——mapping

    一、solidity中,映射的关键字为mapping,首先我们先来定义两个mapping, mapping(address =>uint) idmapping和mapping(uint =>string) namemapping。idmapping用来表示地址变量和整型变量的对应关系,在注册过程中...

    Spring Boot 使用addviewController()实现无业务逻辑跳转,,出现静态资源映射找不到的情况 。No mapping for GET xx.css

    在Spring Boot应用中,我们经常需要处理HTTP请求的映射,包括无业务逻辑的简单跳转和静态资源的访问。本文将围绕标题和描述中提到的问题进行深入解析,特别是当使用`addViewController()`方法实现无业务逻辑跳转时...

    Mapping, Planning and Exploration with Pose SLAM

    《Mapping, Planning and Exploration with Pose SLAM》是一本由Rafael Valencia和Juan Andrade-Cetto编写的SLAM(Simultaneous Localization and Mapping,即同时定位与建图)领域的专业书籍,由Springer出版社在...

Global site tag (gtag.js) - Google Analytics