Skip to content

Commit

Permalink
Polishing document
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Apr 14, 2019
1 parent 8c6393b commit 020fa19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/asciidoc/user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,7 @@ If does not match all, it throw an exception that indicate not found a template
* `com/example/mapper/BaseMapper/BaseMapper-{methodName}.sql` +
(fallback using declaring class of mapper method and default database)

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

[NOTE]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static void setLanguageDriverConfig(ThymeleafLanguageDriverConfig languag
* database)</li>
* </ul>
* <br>
* If you want to customize path format, please call the following methods on application initialize phase.
* If you want to customize path format, please call the following methods.
* <ul>
* <li>{@link #setPrefix(String)}</li>
* <li>{@link #setIncludesPackagePath(boolean)}</li>
Expand Down

0 comments on commit 020fa19

Please sign in to comment.