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

Thymeleaf加载错误

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

提问者:qq_慕后端5154547 2018-12-02 23:19

个回答

  • 空想白夜
    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

    我也有这个问题