增加 beetl-default.properties 默认配置,可自定义覆盖默认参数
This commit is contained in:
@@ -1,21 +1,7 @@
|
||||
|
||||
#设置与beetl-default.properties相同的属性将被覆盖默认设置
|
||||
#设置与 beetl-default.properties 相同的属性将被优先加载
|
||||
|
||||
#导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置)
|
||||
#导入的包名(自动合并到 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 = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
|
||||
##内置的默认格式化函数
|
||||
#FTC.java.util.Date = com.jeesite.common.beetl.ext.format.DateFormat
|
||||
|
||||
## 标签类
|
||||
#TAG.include= org.beetl.ext.tag.IncludeTag
|
||||
|
||||
Reference in New Issue
Block a user