Update 72.3. Reload FreeMarker templates without restarting the container.md

master
qibaoguang 2015-04-12 13:45:24 +08:00
parent b564f858ad
commit b30ce1e885
1 changed files with 3 additions and 0 deletions

View File

@ -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自定义选项。