diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index 2f39d705..f54015ad 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -140,7 +140,7 @@ FTC.java.util.concurrent.atomic.AtomicInteger = com.jeesite.common.beetl.ext.for ## 标签类 TAG.include= org.beetl.ext.tag.IncludeTag TAG.includeFileTemplate= org.beetl.ext.tag.IncludeTag -TAG.incdlueJSP= org.beetl.ext.jsp.IncludeJSPTag +#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 diff --git a/web-mini/src/main/resources/config/beetl-core.properties b/web-mini/src/main/resources/config/beetl-core.properties index 405f5702..9ac4bd37 100644 --- a/web-mini/src/main/resources/config/beetl-core.properties +++ b/web-mini/src/main/resources/config/beetl-core.properties @@ -140,7 +140,7 @@ FTC.java.util.concurrent.atomic.AtomicInteger = com.jeesite.common.beetl.ext.for ## 标签类 TAG.include= org.beetl.ext.tag.IncludeTag TAG.includeFileTemplate= org.beetl.ext.tag.IncludeTag -TAG.incdlueJSP= org.beetl.ext.jsp.IncludeJSPTag +#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