From 74ea171622b7680d1a30bc0b95efc26cceaad789 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 12 Nov 2019 23:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=20beetl=20=E8=87=AA=E5=B8=A6?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E5=80=BC=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=87=BD?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E5=81=A5=E5=A3=AE=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/config/beetl-core.properties | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index 74d48a80..6e322f5b 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -108,7 +108,7 @@ FNP.array = org.beetl.ext.fn.ArrayUtil ##内置的格式化函数 FT.dateFormat = org.beetl.ext.format.DateFormat -FT.numberFormat = org.beetl.ext.format.NumberFormat +FT.numberFormat = com.jeesite.common.beetl.ext.format.NumberFormat FT.xss = com.jeesite.common.beetl.ext.format.XssFormat ##内置的默认格式化函数 @@ -116,15 +116,15 @@ FTC.java.util.Date = org.beetl.ext.format.DateFormat FTC.java.sql.Date = org.beetl.ext.format.DateFormat FTC.java.sql.Time = org.beetl.ext.format.DateFormat FTC.java.sql.Timestamp = org.beetl.ext.format.DateFormat -FTC.java.lang.Short = org.beetl.ext.format.NumberFormat -FTC.java.lang.Long = org.beetl.ext.format.NumberFormat -FTC.java.lang.Integer = org.beetl.ext.format.NumberFormat -FTC.java.lang.Float = org.beetl.ext.format.NumberFormat -FTC.java.lang.Double = org.beetl.ext.format.NumberFormat -FTC.java.math.BigInteger = org.beetl.ext.format.NumberFormat -FTC.java.math.BigDecimal = org.beetl.ext.format.NumberFormat -FTC.java.util.concurrent.atomic.AtomicLong = org.beetl.ext.format.NumberFormat -FTC.java.util.concurrent.atomic.AtomicInteger = org.beetl.ext.format.NumberFormat +FTC.java.lang.Short = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.lang.Long = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.lang.Integer = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.lang.Float = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.lang.Double = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.math.BigInteger = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.math.BigDecimal = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.util.concurrent.atomic.AtomicLong = com.jeesite.common.beetl.ext.format.NumberFormat +FTC.java.util.concurrent.atomic.AtomicInteger = com.jeesite.common.beetl.ext.format.NumberFormat ##虚拟属性 无 ## 标签类