We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f569d53 commit 42cb981Copy full SHA for 42cb981
src/main/java/org/mybatis/scripting/thymeleaf/TemplateEngineCustomizer.java
@@ -25,6 +25,7 @@
25
* The interface for customizing a default {@code TemplateEngine} instanced by the MyBatis Thymeleaf. <br>
26
* If you want to customize a default {@code TemplateEngine}, you implements class of this interface and you need to
27
* specify the 'customizer' property of mybatis-thymeleaf.properties. <br>
28
+ * <br>
29
* e.g.) Implementation class:
30
*
31
* <pre>
@@ -37,7 +38,8 @@
37
38
* }
39
40
* </pre>
- *
41
+ *
42
43
* e.g.) Configuration file (mybatis-thymeleaf.properties):
44
45
0 commit comments