freemarker前端保存不需要重启tomcat

丶灬走出姿态 提交于 2020-01-16 18:26:10
classic_compatible=true              
##如果变量为null,转化为空字符串,比如做比较的时候按照空字符做比较 
whitespace_stripping=true          
##去掉多余的空格,非常有用 
##模版更新事件,设置为1秒,正式环境设置为3600秒  
#template_update_delay=3600 
template_update_delay=0        
##模版更新时间,这里配置是1秒更新一次,正式环境,模版不会改变,可以将这个值设很大,提高效率.就是被这个参数害死了.老是不更新. 
locale=zh_CN            
##中国 
default_encoding=utf-8   
##编码utf8 
url_escaping_charset=utf-8  
##url编码utf8 
date_format=yyyy-MM-dd   
##显示日期格式 
time_format=HH:mm:Ss       
##显示时间格式 
datetime_format=yyyy-MM-dd  
##显示日期格式 
number_format=\#0.\#\#\#\#\#  
##数字显示格式hi. 

#template_update_delay=1
datetime_format=yyyy-MM-dd HH:mm:ss
date_format=yyyy-MM-dd
time_format=HH:mm:ss
number_format=0.######;
boolean_format=true,false
auto_import="/sale-reminder/index.ftl" as ui
whitespace_stripping=true
default_encoding=UTF-8
tag_syntax=auto_detect
url_escaping_charset=UTF-8

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!