mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
clean history
This commit is contained in:
1
hutool-extra/src/test/resources/templates/beetl_test.btl
Normal file
1
hutool-extra/src/test/resources/templates/beetl_test.btl
Normal file
@@ -0,0 +1 @@
|
||||
hello,${name}
|
||||
1
hutool-extra/src/test/resources/templates/enjoy_test.etl
Normal file
1
hutool-extra/src/test/resources/templates/enjoy_test.etl
Normal file
@@ -0,0 +1 @@
|
||||
#(x + 123)
|
||||
@@ -0,0 +1 @@
|
||||
hello,${name}
|
||||
@@ -0,0 +1,2 @@
|
||||
@args String name
|
||||
hello,@name
|
||||
@@ -0,0 +1 @@
|
||||
<h3 th:text="${message}"></h3>
|
||||
@@ -0,0 +1 @@
|
||||
你好,$name
|
||||
Reference in New Issue
Block a user