美文网首页
org.thymeleaf.exceptions.Templat

org.thymeleaf.exceptions.Templat

作者: tanoak | 来源:发表于2018-03-11 23:54 被阅读462次

首先展示一下这个Error 描述, 大致意思是没有找到我所配置的template的位置,然而我找了N遍

ERROR 20044 --- [nio-8080-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template "demo", template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause

后面重现创建一个工程项目对比发现,thtmeleaf的配置中有一个坑,这里记录下

spring:
 thymeleaf: prefix: /templates/
    suffix: .html

然而出现了


Fail

注释后


succeed

来一张图片压压惊


好了,祝各位晚安

相关文章

  • org.thymeleaf.exceptions.Templat

    首先展示一下这个Error 描述, 大致意思是没有找到我所配置的template的位置,然而我找了N遍 后面重现创...

  • org.thymeleaf.exceptions.Templat

    这是很多小伙伴遇到的问题,我也遇到了,而且遇到了两次,第一次没成功,第二次查看很多资料和思考,这个问题我看啦很多博...

网友评论

      本文标题:org.thymeleaf.exceptions.Templat

      本文链接:https://www.haomeiwen.com/subject/riegfftx.html