Skip to content

Commit 020fa19

Browse files
committed
Polishing document
1 parent 8c6393b commit 020fa19

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/asciidoc/user-guide.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,7 @@ If does not match all, it throw an exception that indicate not found a template
10301030
* `com/example/mapper/BaseMapper/BaseMapper-{methodName}.sql` +
10311031
(fallback using declaring class of mapper method and default database)
10321032

1033-
If you want to customize the template file path format,
1034-
please call static setter methods of the `TemplateFilePathProvider` **before initialize the MyBatis module**.
1033+
If you want to customize the template file path format, please call static setter methods of the `TemplateFilePathProvider`.
10351034

10361035
[NOTE]
10371036
====

src/main/java/org/mybatis/scripting/thymeleaf/support/TemplateFilePathProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static void setLanguageDriverConfig(ThymeleafLanguageDriverConfig languag
173173
* database)</li>
174174
* </ul>
175175
* <br>
176-
* If you want to customize path format, please call the following methods on application initialize phase.
176+
* If you want to customize path format, please call the following methods.
177177
* <ul>
178178
* <li>{@link #setPrefix(String)}</li>
179179
* <li>{@link #setIncludesPackagePath(boolean)}</li>

0 commit comments

Comments
 (0)