From a87f4f25ff057e1a01d8a4b2dc42450335b51c7d Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 5 Mar 2020 12:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20beetl=20dict=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=EF=BC=8C=E7=AE=80=E5=8C=96=20DictUtils=20=E7=9A=84?= =?UTF-8?q?=E4=B9=A6=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/beetl-core.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index c6233329..72b070ff 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -110,6 +110,7 @@ FN.text = com.jeesite.common.beetl.ext.fn.Text FNP.strutil = org.beetl.ext.fn.StringUtil FNP.reg = org.beetl.ext.fn.RegxFunctionUtil FNP.array = org.beetl.ext.fn.ArrayUtil +FNP.dict = com.jeesite.common.beetl.ext.fn.DictUtil ##内置的格式化函数 FT.dateFormat = org.beetl.ext.format.DateFormat