File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,11 @@ MyBatis Thymeleaf 3 Scripting Support.
12
12
13
13
## Introduction
14
14
15
- The mybatis-thymeleaf is a plugin that helps applying a 2-way SQL using natural template provided by Thymeleaf 3.
15
+ The mybatis-thymeleaf is a plugin that helps applying a SQL using template provided by Thymeleaf 3.
16
16
If you are not familiar with Thymeleaf 3 syntax, you can see the Thymeleaf documentations.
17
17
18
+ * https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#textual-template-modes
19
+
18
20
### Simple bindable 2-way SQL
19
21
20
22
``` sql
@@ -41,14 +43,18 @@ SELECT * FROM names
41
43
* MyBatis 3.4.3+ (Recommend to use 3.5+ or 3.4.x latest version)
42
44
* Thymeleaf 3.0+ (Recommend to use 3.0.x latest version)
43
45
44
- ## Quick Start
45
-
46
- * [ Wiki page] ( https://github.com/mybatis/thymeleaf-scripting/wiki/Quick-Start )
47
-
48
46
## Documentation
49
47
50
48
* [ User's Guide] ( src/main/asciidoc/user-guide.adoc )
51
49
50
+
51
+ ## Related Resources
52
+
53
+ * [ Quick Start] ( https://github.com/mybatis/thymeleaf-scripting/wiki/Quick-Start )
54
+ * [ Code completion] ( https://github.com/mybatis/thymeleaf-scripting/wiki/Code-completion )
55
+ * [ Usage on framework] ( https://github.com/mybatis/thymeleaf-scripting/wiki/Usage-on-framework )
56
+
57
+
52
58
## Contact us
53
59
54
60
### Question
You can’t perform that action at this time.
0 commit comments