From 166ebcb3c093da11b50144ef3f684352cf9a2518 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 12 Apr 2015 13:44:43 +0800 Subject: [PATCH] Update 72.2. Reload Thymeleaf templates without restarting the container.md --- ... Reload Thymeleaf templates without restarting the container.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IX. ‘How-to’ guides/72.2. Reload Thymeleaf templates without restarting the container.md b/IX. ‘How-to’ guides/72.2. Reload Thymeleaf templates without restarting the container.md index e69de29..19ed964 100644 --- a/IX. ‘How-to’ guides/72.2. Reload Thymeleaf templates without restarting the container.md +++ b/IX. ‘How-to’ guides/72.2. Reload Thymeleaf templates without restarting the container.md @@ -0,0 +1,3 @@ +### 72.2. 在不重启容器的情况下重新加载Thymeleaf模板 + +如果你正在使用Thymeleaf,那就将`spring.thymeleaf.cache`设置为false。查看[ThymeleafAutoConfiguration](http://github.com/spring-projects/spring-boot/tree/master/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/thymeleaf/ThymeleafAutoConfiguration.java)可以获取其他Thymeleaf自定义选项。