问答详情
源自:7-3 SpringBoot配置全局的异常捕获 - 同时兼容web与ajax

配置全局的异常捕获时,走ajax请求下面报错

org.apache.catalina.core.StandardWrapperValve invoke

严重: Servlet.service() for servlet [dispatcherServlet] in context with path [/IMooc] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template [err/getAjaxerror], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause

org.thymeleaf.exceptions.TemplateInputException: Error resolving template [err/getAjaxerror], template might not exist or might not be accessible by any of the configured Template Resolvers

https://img4.mukewang.com/5caee47f0001e44c05720050.jpg

提问者:陌上落雪 2019-04-11 14:54

个回答

  • Destiny命运
    2019-04-11 16:30:24

    检查一下要跳转的页面路径对不对