Commit 54dd9a5e authored by xiandafu's avatar xiandafu
Browse files

update beetl

parent 64cdc34a
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>com.ibeetl</groupId> <groupId>com.ibeetl</groupId>
<artifactId>beetl-framework-starter</artifactId> <artifactId>beetl-framework-starter</artifactId>
<version>1.2.1.RELEASE</version> <version>1.2.2.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -36,7 +36,9 @@ public abstract class BaseTarget implements Target { ...@@ -36,7 +36,9 @@ public abstract class BaseTarget implements Target {
Configuration cfg = Configuration.defaultConfiguration(); Configuration cfg = Configuration.defaultConfiguration();
cfg.setStatementStart("@"); cfg.setStatementStart("@");
cfg.setStatementEnd(null); cfg.setStatementEnd(null);
cfg.setHtmlTagSupport(false); cfg.setHtmlTagSupport(false);
cfg.initOther();
gt = new GroupTemplate(rs,cfg); gt = new GroupTemplate(rs,cfg);
gt.registerFunction("verifyFormat", new VerifyForamtFunction()); gt.registerFunction("verifyFormat", new VerifyForamtFunction());
gt.registerFunction("upperFirst", new Function() { gt.registerFunction("upperFirst", new Function() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment