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