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