From b7571d8f3b14fb6f1684f8a2ba152ab8dbf780eb Mon Sep 17 00:00:00 2001 From: Wizzercn Date: Tue, 20 Mar 2018 13:15:16 +0800 Subject: [PATCH] .. --- .../src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wk-app/wk-nb-web-platform/src/main/resources/application.properties b/wk-app/wk-nb-web-platform/src/main/resources/application.properties index 1f2201da3..6642c8573 100644 --- a/wk-app/wk-nb-web-platform/src/main/resources/application.properties +++ b/wk-app/wk-nb-web-platform/src/main/resources/application.properties @@ -35,11 +35,11 @@ shiro.url.logout_redirect=/platform shiro.url.unauth=/platform beetl.RESOURCE.root=views/ -beetl.FT.escape=cn.wizzer.app.web.commons.ex.HtmlEscapeFormat +beetl.FT.escape=cn.wizzer.app.web.commons.ext.beetl.HtmlEscapeFormat #用法: ${"wizzer",escape} -beetl.FT.filesize=cn.wizzer.app.web.commons.ex.beetl.FileSizeFormat +beetl.FT.filesize=cn.wizzer.app.web.commons.ext.beetl.FileSizeFormat #用法: ${10241024,filesize} -beetl.FT.html2txt=cn.wizzer.app.web.commons.ex.beetl.Html2TxtFormat +beetl.FT.html2txt=cn.wizzer.app.web.commons.ext.beetl.Html2TxtFormat #用法: ${"",html2txt="100"} 截取100字符 -beetl.FT.strlen=cn.wizzer.app.web.commons.ex.beetl.StrlenFormat +beetl.FT.strlen=cn.wizzer.app.web.commons.ext.beetl.StrlenFormat #用法: ${"",strlen="100"} 截取100字符 \ No newline at end of file