Template mode "HTML5 " has not been configured

#thymeleaf
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.cache=false
spring.thymeleaf.content-type=text/html
spring.thymeleaf.enabled=true
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.mode=HTML5

解决办法:注释掉

#spring.thymeleaf.mode=HTML5

 

posted @ 2018-05-23 18:44  wumengjuan  阅读(770)  评论(0编辑  收藏  举报