From 5c4edd0bfd8e4d1d4bb3709ac8d5fd501743038d Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 15 Oct 2025 16:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20beetl-default.properties?= =?UTF-8?q?=20=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A6=86=E7=9B=96=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/config/beetl-cms.properties | 18 +- .../resources/config/beetl-core.properties | 165 ++---------------- .../main/resources/config/beetl.properties | 21 --- .../main/resources/config/beetl.properties | 21 --- .../main/resources/config/beetl.properties | 21 --- .../resources/config/beetl-core.properties | 158 ----------------- .../main/resources/config/beetl.properties | 21 --- 7 files changed, 16 insertions(+), 409 deletions(-) delete mode 100644 web-ai/src/main/resources/config/beetl.properties delete mode 100644 web-api/src/main/resources/config/beetl.properties delete mode 100644 web-fast/src/main/resources/config/beetl.properties delete mode 100644 web-mini/src/main/resources/config/beetl-core.properties delete mode 100644 web/src/main/resources/config/beetl.properties diff --git a/modules/cms/src/main/resources/config/beetl-cms.properties b/modules/cms/src/main/resources/config/beetl-cms.properties index da983c62..27e05289 100644 --- a/modules/cms/src/main/resources/config/beetl-cms.properties +++ b/modules/cms/src/main/resources/config/beetl-cms.properties @@ -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 diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index 7731b75a..872fd350 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -1,158 +1,21 @@ -#######默认配置(/org/beetl/core/beetl-default.properties) -ENGINE=org.beetl.core.engine.FastRuntimeEngine -DELIMITER_PLACEHOLDER_START=${ -DELIMITER_PLACEHOLDER_END=} -DELIMITER_PLACEHOLDER_START2="#{ -DELIMITER_PLACEHOLDER_END2=}" -DELIMITER_STATEMENT_START=<% -DELIMITER_STATEMENT_END=%> -DELIMITER_STATEMENT_START2=//# -DELIMITER_STATEMENT_END2= -DIRECT_BYTE_OUTPUT = FALSE -HTML_TAG_SUPPORT = true -HTML_TAG_FLAG = # -HTML_TAG_BINDING_ATTRIBUTE = var,export -HTML_TAG_ATTR_CONVERT=com.jeesite.common.beetl.text.BlankAttributeNameConvert -NATIVE_CALL = TRUE -TEMPLATE_CHARSET = UTF-8 -ERROR_HANDLER = com.jeesite.common.beetl.handler.LoggerErrorHandler -NATIVE_SECUARTY_MANAGER = org.beetl.core.DefaultNativeSecurityManager -RESOURCE_LOADER = org.beetl.core.resource.ClasspathResourceLoader -MVC_STRICT = FALSE -#导入调用静态方法类 -IMPORT_PACKAGE= +#设置与 beetl-default.properties 相同的属性将被优先加载 -##导入JeeSite调用静态方法类(自动合并IMPORT_PACKAGE设置) -IMPORT_PACKAGE_core=\ - com.jeesite.common.config.;\ - com.jeesite.common.codec.;\ - com.jeesite.common.collect.;\ - com.jeesite.common.idgen.;\ - com.jeesite.common.lang.;\ - com.jeesite.common.mapper.;\ - com.jeesite.common.reflect.;\ - com.jeesite.common.security.;\ - com.jeesite.common.web.http.;\ - com.jeesite.modules.sys.utils.;\ - com.jeesite.common.entity.;\ - com.jeesite.common.service.;\ - com.jeesite.common.utils.;\ +#设置导入的包名(自动合并到 IMPORT_PACKAGE 设置,键名以模块编码结尾) +#IMPORT_PACKAGE_core=\ +# com.jeesite.modules.core.utils.;\ -### 资源配置,resource后的属性只限于特定ResourceLoader #### -#classpath 跟路径,与框架集成的时候,此配置会被框架代码覆盖而不能生效 -RESOURCE.root = views -#是否检测文件变化 -RESOURCE.autoCheck = TRUE -#自定义脚本方法文件位置 -RESOURCE.functionRoot = functions -#自定义脚本方法文件的后缀 -RESOURCE.functionSuffix = html -#自定义标签文件位置 -RESOURCE.tagRoot = htmltags -#自定义标签文件后缀 -RESOURCE.tagSuffix = html +#内置的方法 +#FN.date = org.beetl.ext.fn.DateFunction -#如果采用beetl集成的web应用,可以在渲染模板前调用如下类,此类必须实现WebRenderExt接口 -WEBAPP_EXT = +#内置的功能包 +#FNP.strutil = org.beetl.ext.fn.StringUtil -#允许html function or Tag 使用特殊的定界符,因为function或者tag通常有大量beetl语句 -FUNCTION_TAG_LIMITER= +#内置的格式化函数 +#FT.dateFormat = com.jeesite.common.beetl.ext.format.DateFormat -##### 扩展,也可以通过特定框架注册############## -## 内置的方法 -FN.date = org.beetl.ext.fn.DateFunction -FN.nvl = org.beetl.ext.fn.NVLFunction -FN.debug = org.beetl.ext.fn.DebugFunction -#兼容以前版本,用has代替 -FN.exist = org.beetl.ext.fn.CheckExistFunction -FN.has = org.beetl.ext.fn.CheckExistFunction -FN.printf = org.beetl.ext.fn.Printf -FN.decode = org.beetl.ext.fn.DecodeFunction -FN.assert = org.beetl.ext.fn.AssertFunction -FN.print = org.beetl.ext.fn.Print -FN.println = org.beetl.ext.fn.Println -FN.printFile = org.beetl.ext.fn.PrintFile -FN.trunc = org.beetl.ext.fn.TruncFunction -FN.trim = org.beetl.ext.fn.TruncFunction2 -#兼容以前版本 empty,用isEmpty代替 -FN.empty = org.beetl.ext.fn.EmptyFunction -FN.qmark = org.beetl.ext.fn.QuestionMark -FN.isEmpty = org.beetl.ext.fn.EmptyExpressionFunction -FN.isNotEmpty = org.beetl.ext.fn.IsNotEmptyExpressionFunction -FN.parseInt = org.beetl.ext.fn.ParseInt -FN.parseLong = org.beetl.ext.fn.ParseLong -FN.parseDouble= org.beetl.ext.fn.ParseDouble -FN.range = org.beetl.ext.fn.Range -FN.flush = org.beetl.ext.fn.Flush -FN.json = org.beetl.ext.fn.Json -FN.pageCtx = org.beetl.ext.fn.PageContextFunction -FN.type.new=org.beetl.ext.fn.TypeNewFunction -FN.type.name=org.beetl.ext.fn.TypeNameFunction -FN.type.fullName=com.jeesite.common.beetl.ext.fn.TypeFullNameFunction -FN.global=org.beetl.ext.fn.DynamicGlobalValueFunction -FN.allGlobal=org.beetl.ext.fn.AllGlobaAsJsonlFunction -FN.hasAttribute=org.beetl.ext.fn.HasAttributeFunction -FN.env=org.beetl.ext.fn.EnvFunction -FN.parentTag=org.beetl.ext.fn.ParentTagFunction +#内置的默认格式化函数 +#FTC.java.util.Date = com.jeesite.common.beetl.ext.format.DateFormat -##JeeSite自定义函数 -FN.isBlank = com.jeesite.common.beetl.ext.fn.IsBlank -FN.isNotBlank = com.jeesite.common.beetl.ext.fn.IsNotBlank -FN.toBoolean = com.jeesite.common.beetl.ext.fn.ToBoolean -FN.toInteger = com.jeesite.common.beetl.ext.fn.ToInteger -FN.toJson = com.jeesite.common.beetl.ext.fn.ToJson -FN.fromJson = com.jeesite.common.beetl.ext.fn.FromJson -FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi -FN.hasRole = com.jeesite.common.beetl.ext.fn.HasRole -FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie -FN.lang = com.jeesite.common.beetl.ext.fn.Lang -FN.text = com.jeesite.common.beetl.ext.fn.Text -FN.user = com.jeesite.common.beetl.ext.fn.User - -##内置的功能包 -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 = com.jeesite.common.beetl.ext.format.DateFormat -FT.numberFormat = com.jeesite.common.beetl.ext.format.NumberFormat -FT.xss = com.jeesite.common.beetl.ext.format.XssFormat - -##内置的默认格式化函数 -FTC.java.util.Date = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Date = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Time = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Timestamp = com.jeesite.common.beetl.ext.format.DateFormat -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 - -##虚拟属性 无 -## 标签类 -TAG.include= org.beetl.ext.tag.IncludeTag -TAG.includeFileTemplate= org.beetl.ext.tag.IncludeTag -#TAG.includeJSP= org.beetl.ext.jsp.IncludeJSPTag -TAG.layout= org.beetl.ext.tag.LayoutTag -TAG.delete= org.beetl.ext.tag.DeleteTag -#TAG.htmltag= org.beetl.ext.tag.HTMLTagSupportWrapper -#TAG.htmltagvar= org.beetl.ext.tag.HTMLTagVarBindingWrapper -TAG.htmltag= com.jeesite.common.beetl.ext.tag.HTMLTag -TAG.htmltagvar= com.jeesite.common.beetl.ext.tag.HTMLTagVar -TAG.htmltagexport= com.jeesite.common.beetl.ext.tag.HTMLTagVar -TAG.cache= org.beetl.ext.tag.cache.CacheTag -# 一个html风格的include和layout <#html:include file=""> -TAG.html.include= org.beetl.ext.tag.html.IncludeResourceHtmlTag -TAG.html.layout= org.beetl.ext.tag.html.LayoutResourceHtmlTag -TAG.html.set= org.beetl.ext.tag.html.SetHtmlTag -TAG.html.if= org.beetl.ext.tag.html.IfHtmlTag -TAG.html.foreach= org.beetl.ext.tag.html.ForeachHtmlTag -#TAG.includeUrl=org.beetl.ext.tag.IncludeUrlTag +#标签类 +#TAG.include= org.beetl.ext.tag.IncludeTag diff --git a/web-ai/src/main/resources/config/beetl.properties b/web-ai/src/main/resources/config/beetl.properties deleted file mode 100644 index 701ad98f..00000000 --- a/web-ai/src/main/resources/config/beetl.properties +++ /dev/null @@ -1,21 +0,0 @@ - -#设置与beetl-default.properties相同的属性将被覆盖默认设置 - -##导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置) -#IMPORT_PACKAGE_PROJECT=\ -# com.jeesite.modules.project.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 diff --git a/web-api/src/main/resources/config/beetl.properties b/web-api/src/main/resources/config/beetl.properties deleted file mode 100644 index 701ad98f..00000000 --- a/web-api/src/main/resources/config/beetl.properties +++ /dev/null @@ -1,21 +0,0 @@ - -#设置与beetl-default.properties相同的属性将被覆盖默认设置 - -##导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置) -#IMPORT_PACKAGE_PROJECT=\ -# com.jeesite.modules.project.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 diff --git a/web-fast/src/main/resources/config/beetl.properties b/web-fast/src/main/resources/config/beetl.properties deleted file mode 100644 index 701ad98f..00000000 --- a/web-fast/src/main/resources/config/beetl.properties +++ /dev/null @@ -1,21 +0,0 @@ - -#设置与beetl-default.properties相同的属性将被覆盖默认设置 - -##导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置) -#IMPORT_PACKAGE_PROJECT=\ -# com.jeesite.modules.project.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 diff --git a/web-mini/src/main/resources/config/beetl-core.properties b/web-mini/src/main/resources/config/beetl-core.properties deleted file mode 100644 index d2b2e21e..00000000 --- a/web-mini/src/main/resources/config/beetl-core.properties +++ /dev/null @@ -1,158 +0,0 @@ -#######默认配置(/org/beetl/core/beetl-default.properties) -ENGINE=org.beetl.core.engine.FastRuntimeEngine -DELIMITER_PLACEHOLDER_START=${ -DELIMITER_PLACEHOLDER_END=} -DELIMITER_PLACEHOLDER_START2="#{ -DELIMITER_PLACEHOLDER_END2=}" -DELIMITER_STATEMENT_START=<% -DELIMITER_STATEMENT_END=%> -DELIMITER_STATEMENT_START2=//# -DELIMITER_STATEMENT_END2= -DIRECT_BYTE_OUTPUT = FALSE -HTML_TAG_SUPPORT = true -HTML_TAG_FLAG = # -HTML_TAG_BINDING_ATTRIBUTE = var,export -HTML_TAG_ATTR_CONVERT=com.jeesite.common.beetl.text.BlankAttributeNameConvert -NATIVE_CALL = TRUE -TEMPLATE_CHARSET = UTF-8 -ERROR_HANDLER = com.jeesite.common.beetl.handler.LoggerErrorHandler -NATIVE_SECUARTY_MANAGER = org.beetl.core.DefaultNativeSecurityManager -RESOURCE_LOADER = org.beetl.core.resource.ClasspathResourceLoader -MVC_STRICT = FALSE - -#导入调用静态方法类 -IMPORT_PACKAGE= - -##导入JeeSite调用静态方法类(自动合并IMPORT_PACKAGE设置) -IMPORT_PACKAGE_core=\ - com.jeesite.common.config.;\ - com.jeesite.common.codec.;\ - com.jeesite.common.collect.;\ - com.jeesite.common.idgen.;\ - com.jeesite.common.lang.;\ - com.jeesite.common.mapper.;\ - com.jeesite.common.reflect.;\ - com.jeesite.common.security.;\ - com.jeesite.common.web.http.;\ - com.jeesite.modules.sys.utils.;\ - com.jeesite.common.entity.;\ - com.jeesite.common.service.;\ - com.jeesite.common.utils.;\ - -### 资源配置,resource后的属性只限于特定ResourceLoader #### -#classpath 跟路径,与框架集成的时候,此配置会被框架代码覆盖而不能生效 -RESOURCE.root = views -#是否检测文件变化 -RESOURCE.autoCheck = TRUE -#自定义脚本方法文件位置 -RESOURCE.functionRoot = functions -#自定义脚本方法文件的后缀 -RESOURCE.functionSuffix = html -#自定义标签文件位置 -RESOURCE.tagRoot = htmltags -#自定义标签文件后缀 -RESOURCE.tagSuffix = html - -#如果采用beetl集成的web应用,可以在渲染模板前调用如下类,此类必须实现WebRenderExt接口 -WEBAPP_EXT = - -#允许html function or Tag 使用特殊的定界符,因为function或者tag通常有大量beetl语句 -FUNCTION_TAG_LIMITER= - -##### 扩展,也可以通过特定框架注册############## -## 内置的方法 -FN.date = org.beetl.ext.fn.DateFunction -FN.nvl = org.beetl.ext.fn.NVLFunction -FN.debug = org.beetl.ext.fn.DebugFunction -#兼容以前版本,用has代替 -FN.exist = org.beetl.ext.fn.CheckExistFunction -FN.has = org.beetl.ext.fn.CheckExistFunction -FN.printf = org.beetl.ext.fn.Printf -FN.decode = org.beetl.ext.fn.DecodeFunction -FN.assert = org.beetl.ext.fn.AssertFunction -FN.print = org.beetl.ext.fn.Print -FN.println = org.beetl.ext.fn.Println -FN.printFile = org.beetl.ext.fn.PrintFile -FN.trunc = org.beetl.ext.fn.TruncFunction -FN.trim = org.beetl.ext.fn.TruncFunction2 -#兼容以前版本 empty,用isEmpty代替 -FN.empty = org.beetl.ext.fn.EmptyFunction -FN.qmark = org.beetl.ext.fn.QuestionMark -FN.isEmpty = org.beetl.ext.fn.EmptyExpressionFunction -FN.isNotEmpty = org.beetl.ext.fn.IsNotEmptyExpressionFunction -FN.parseInt = org.beetl.ext.fn.ParseInt -FN.parseLong = org.beetl.ext.fn.ParseLong -FN.parseDouble= org.beetl.ext.fn.ParseDouble -FN.range = org.beetl.ext.fn.Range -FN.flush = org.beetl.ext.fn.Flush -FN.json = org.beetl.ext.fn.Json -FN.pageCtx = org.beetl.ext.fn.PageContextFunction -FN.type.new=org.beetl.ext.fn.TypeNewFunction -FN.type.name=org.beetl.ext.fn.TypeNameFunction -FN.type.fullName=com.jeesite.common.beetl.ext.fn.TypeFullNameFunction -FN.global=org.beetl.ext.fn.DynamicGlobalValueFunction -FN.allGlobal=org.beetl.ext.fn.AllGlobaAsJsonlFunction -FN.hasAttribute=org.beetl.ext.fn.HasAttributeFunction -FN.env=org.beetl.ext.fn.EnvFunction -FN.parentTag=org.beetl.ext.fn.ParentTagFunction - -##JeeSite自定义函数 -FN.isBlank = com.jeesite.common.beetl.ext.fn.IsBlank -FN.isNotBlank = com.jeesite.common.beetl.ext.fn.IsNotBlank -FN.toBoolean = com.jeesite.common.beetl.ext.fn.ToBoolean -FN.toInteger = com.jeesite.common.beetl.ext.fn.ToInteger -FN.toJson = com.jeesite.common.beetl.ext.fn.ToJson -FN.fromJson = com.jeesite.common.beetl.ext.fn.FromJson -FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi -FN.hasRole = com.jeesite.common.beetl.ext.fn.HasRole -FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie -FN.lang = com.jeesite.common.beetl.ext.fn.Lang -FN.text = com.jeesite.common.beetl.ext.fn.Text -FN.user = com.jeesite.common.beetl.ext.fn.User - -##内置的功能包 -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 = com.jeesite.common.beetl.ext.format.DateFormat -FT.numberFormat = com.jeesite.common.beetl.ext.format.NumberFormat -FT.xss = com.jeesite.common.beetl.ext.format.XssFormat - -##内置的默认格式化函数 -FTC.java.util.Date = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Date = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Time = com.jeesite.common.beetl.ext.format.DateFormat -FTC.java.sql.Timestamp = com.jeesite.common.beetl.ext.format.DateFormat -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 - -##虚拟属性 无 -## 标签类 -TAG.include= org.beetl.ext.tag.IncludeTag -TAG.includeFileTemplate= org.beetl.ext.tag.IncludeTag -#TAG.includeJSP= org.beetl.ext.jsp.IncludeJSPTag -TAG.layout= org.beetl.ext.tag.LayoutTag -TAG.delete= org.beetl.ext.tag.DeleteTag -#TAG.htmltag= org.beetl.ext.tag.HTMLTagSupportWrapper -#TAG.htmltagvar= org.beetl.ext.tag.HTMLTagVarBindingWrapper -TAG.htmltag= com.jeesite.common.beetl.ext.tag.HTMLTag -TAG.htmltagvar= com.jeesite.common.beetl.ext.tag.HTMLTagVar -TAG.htmltagexport= com.jeesite.common.beetl.ext.tag.HTMLTagVar -TAG.cache= org.beetl.ext.tag.cache.CacheTag -# 一个html风格的include和layout <#html:include file=""> -TAG.html.include= org.beetl.ext.tag.html.IncludeResourceHtmlTag -TAG.html.layout= org.beetl.ext.tag.html.LayoutResourceHtmlTag -TAG.html.set= org.beetl.ext.tag.html.SetHtmlTag -TAG.html.if= org.beetl.ext.tag.html.IfHtmlTag -TAG.html.foreach= org.beetl.ext.tag.html.ForeachHtmlTag -#TAG.includeUrl=org.beetl.ext.tag.IncludeUrlTag diff --git a/web/src/main/resources/config/beetl.properties b/web/src/main/resources/config/beetl.properties deleted file mode 100644 index 701ad98f..00000000 --- a/web/src/main/resources/config/beetl.properties +++ /dev/null @@ -1,21 +0,0 @@ - -#设置与beetl-default.properties相同的属性将被覆盖默认设置 - -##导入项目中的调用静态方法类(项目中设置,自动合并IMPORT_PACKAGE设置) -#IMPORT_PACKAGE_PROJECT=\ -# com.jeesite.modules.project.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