Classic_compatible = true # If the variable is null, it is converted to a null string.
Whitespace_stripping = true ## remove unnecessary spaces, which is very useful.
# Set the template update event to 1 second, and the formal environment to 3600 seconds
# Template_update_delay = 3600
Template_update_delay = 1 # template update time. The configuration here is updated once every second. The formal environment and template will not change. You can set this value greatly to improve efficiency. it was killed by this parameter. always do not update.
Locale = zh_cn # China
Default_encoding = UTF-8 ## UTF-8 encoding
Url_escaping_charset = UTF-8 # URL encoded utf8
Date_format = yyyy-mm-dd # display Date Format
Time_format = HH: mm: SS # display time format
Datetime_format = yyyy-mm-dd # display Date Format
Number_format =\# 0. \#\#\#\#\### Digit Display format 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 = "/common/index. FTL" as UI
Whitespace_stripping = true
Default_encoding = UTF-8
Tag_syntax = auto_detect # Set the tag type
Url_escaping_charset = UTF-8
If most of them do not explain, I will explain one,
Auto_import = "/common/index. FTL" as UI, which indicates that the FTL file is automatically introduced to the view page of each freemarker. It defines some macros, such as text boxes and various form elements.