Freemaker configuration file freemarker. Properties

Source: Internet
Author: User

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.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.