问答详情
源自:-

请教一个thymeleaf的问题 报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template "thymeleaf/index"

自己开发的时候,遇到这个问题。当我请求controller的时候最后跳转页面失败。

https://img1.mukewang.com/5ab3c9860001c21f11180205.jpg

控制台输出这堆

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

application.property里面的配置

https://img2.mukewang.com/5ab3caf90001443b03430098.jpg

项目resource结构

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

网上查的说是路径问题,我试了改路径很多遍都没成功。求解决方案


提问者:慕UI33545 2018-03-22 23:29

个回答

  • 丶小帆
    2018-12-17 11:20:50

    求解决

  • 慕后端0728355
    2018-04-02 00:10:11

    你现在有没有解决我也是这个问题