【发布时间】:2016-04-19 15:06:30
【问题描述】:
我正在使用 SpringBoot + Thymeleaf,我正在尝试将模式切换到 LEGACYHTML。我在application.properties 中添加了以下行:
spring.thymeleaf.mode=LEGACYHTML5
我收到以下错误:
Exception processing template "index": Template mode "LEGACYHTML5 " has not been configured
我希望有人可以帮助我:l。 感谢您的宝贵时间
【问题讨论】:
-
Thymeleaf 的哪个版本?
标签: spring spring-boot thymeleaf