thymeleaf加載報(bào)錯(cuò)
環(huán)境jdk1.8 Spring Boot 2.0
在啟動(dòng)項(xiàng)目時(shí)預(yù)警
[THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
在訪問(wèn)時(shí)報(bào)錯(cuò)
Error resolving template "thymeleaf/center/center", template might not exist or might not be accessible by any of the configured Template Resolvers
問(wèn)題:
在加載thymeleaf的時(shí)候?yàn)槭裁礇](méi)有引入
<html?xmlns:th="
2018-08-18
檢查下application.properties配置哈
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.servlet.content-type=text/html
# \u5173\u95ed\u7f13\u5b58, \u5373\u65f6\u5237\u65b0, \u4e0a\u7ebf\u751f\u4ea7\u73af\u5883\u9700\u8981\u6539\u4e3atrue
spring.thymeleaf.cache=false