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.
1212
1313## Introduction
1414
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.
1616If you are not familiar with Thymeleaf 3 syntax, you can see the Thymeleaf documentations.
1717
18+ * https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#textual-template-modes
19+
1820### Simple bindable 2-way SQL
1921
2022``` sql
@@ -41,14 +43,18 @@ SELECT * FROM names
4143 * MyBatis 3.4.3+ (Recommend to use 3.5+ or 3.4.x latest version)
4244 * Thymeleaf 3.0+ (Recommend to use 3.0.x latest version)
4345
44- ## Quick Start
45-
46- * [ Wiki page] ( https://github.com/mybatis/thymeleaf-scripting/wiki/Quick-Start )
47-
4846## Documentation
4947
5048* [ User's Guide] ( src/main/asciidoc/user-guide.adoc )
5149
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+
5258## Contact us
5359
5460### Question
You can’t perform that action at this time.
0 commit comments