Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
54dd9a5e
Commit
54dd9a5e
authored
Jun 13, 2019
by
xiandafu
Browse files
update beetl
parent
64cdc34a
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin-core/pom.xml
View file @
54dd9a5e
...
@@ -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>
...
...
admin-core/src/main/java/com/ibeetl/admin/core/gen/BaseTarget.java
View file @
54dd9a5e
...
@@ -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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment