问答详情
源自:6-2 SpringBoot 整合thymeleaf

Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers

这个是什么原因??? POM.xml也有了,目录下也创建了相应的center/center.html 和index.html就是出现这个错误????

Error resolving template "thymeleaf/index", template might not exist or might not be accessible by any of the configured Template Resolvers

提问者:小白怕怕 2019-03-01 10:39

个回答

  • weixin_慕设计3155537
    2019-07-13 14:46:35

    我看过了,都没问题,但是还是错


  • 爪子
    2019-03-24 15:30:42

    thymeleaf:
      prefix: classpath:/templates/

    thymeleaf 的classpath只要多一个斜杠的,漏斜杠就会有问题,freemarker不需要后面那个斜杠


  • 慕前端5776792
    2019-03-03 17:41:09

    确认文件是否有建立在正确的目录下,或者看下你的模板配置信息,确认【spring.thymeleaf.prefix】这个属性配置的文件前缀什么的