# 85.2.1 Thymeleaf模板

如果你正在使用Thymeleaf，那就将`spring.thymeleaf.cache`设置为`false`，查看[ThymeleafAutoConfiguration](https://github.com/spring-projects/spring-boot/tree/v2.0.0.RELEASE/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfiguration.java)可以获取其他Thymeleaf自定义选项。
