Thymeleaf加载错误

来源:6-2 SpringBoot 整合thymeleaf

qq_慕后端5154547

2018-12-02 23:19

Error resolving template "thymeleaf/center/center", template might not exist or might not be accessible by any of the configured Template Resolvers。我的路径没有错,没加“/”,

写回答 关注

3回答

  • 空想白夜
    2019-02-06 09:11:07
    spring.thymeleaf.prefix=classpath:templates我少加了斜杠,spring.thymeleaf.prefix=classpath:templates/这样解决了


  • Leopan
    2018-12-17 14:50:05

    我把项目重建建一遍解决了问题

  • Leopan
    2018-12-17 11:50:56

    我也有这个问题

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题