Files
my-worker/modules/cms/src/main/resources/config/beetl-cms.properties
2021-04-15 23:15:04 +08:00

22 lines
599 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#设置与beetl-default.properties相同的属性将被覆盖默认设置
#导入项目中的调用静态方法类项目中设置自动合并IMPORT_PACKAGE设置
IMPORT_PACKAGE_cms=\
com.jeesite.modules.cms.utils.;\
## 内置的方法
#FN.date = org.beetl.ext.fn.DateFunction
##内置的功能包
#FNP.strutil = org.beetl.ext.fn.StringUtil
##内置的格式化函数
#FT.dateFormat = org.beetl.ext.format.DateFormat
##内置的默认格式化函数
#FTC.java.util.Date = org.beetl.ext.format.DateFormat
## 标签类
#TAG.include= org.beetl.ext.tag.IncludeTag